Private methods and getter/setters for JavaScript classes

proposal-private-methods – Private methods and getter/setters for ES6 classes… Read more

Similar

Yet Another JavaScript Todo List Tutorial

So to refresh my JavaScript skills I decided to building a todo list that will storage your todo list in your browsers local storage and will allow you to delete and edit your list also. Creating the html page Firstly we are going to create the html page... (more…)

Read more »