From 8c0f44fff261826b3c3ff2588cca95ace9cc6284 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 26 Jan 2018 21:04:16 +0000 Subject: [PATCH] Added getter and setter post --- .../2018-01-26-getters-and-setters-in-javascript.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{drafts/getters-and-setters-in-javascript.md => posts/2018-01-26-getters-and-setters-in-javascript.md} (99%) diff --git a/src/drafts/getters-and-setters-in-javascript.md b/src/posts/2018-01-26-getters-and-setters-in-javascript.md similarity index 99% rename from src/drafts/getters-and-setters-in-javascript.md rename to src/posts/2018-01-26-getters-and-setters-in-javascript.md index 38a6330..184e999 100644 --- a/src/drafts/getters-and-setters-in-javascript.md +++ b/src/posts/2018-01-26-getters-and-setters-in-javascript.md @@ -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." ---