Added getter and setter post

This commit is contained in:
Marcus Noble 2018-01-26 21:04:16 +00:00
parent e5d5b7468e
commit 8c0f44fff2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
layout: post.html
title: "Getters and Setters in JavaScript"
date: 2018-01-27
date: 2018-01-26
tags: JavaScript
summary: "I was recently asked by [Ruth](https://twitter.com/rumyra) to explain what the purpose of getters and setters are in JavaScript and how to use them. This led to me somewhat ramble about all I know on the subject in the [JSOxford](https://jsoxford.com) channel of the [Digital Oxford Slack](http://slack.digitaloxford.com/). People seemed to find what I said useful so I thought it best to write a more coherent version."
---