What is a JavaScript Class? A class is a template for creating objects in JavaScript. It has properties and methods. JavaScript offers two access levels to fields and methods: public Continue Reading
JavaScript
Topics on Javascript
a quick & easy guide to functions in JavaScript
What are JavaScript functions? Functions are one of the main building blocks In JavaScript. Functions can have different syntaxes. In this post, we are going to look at some useful Continue Reading
How to make inheritance work in JavaScript
Is Javascript an object-oriented language? If you are coming from a c++or Java background, you may have noticed that Javascript is in one way similar to those languages, and in Continue Reading