Month: October 2021
ES6 class declaration
ES6 introduced a new syntax for declaring a class as shown in this example👆 This Person class behaves like the Person type in the previous example. However, instead of…
Understanding javascript numbers
JavaScript has only one type of number. Numbers can be written with or without decimals. *Adding Numbers and Strings WARNING !!JavaScript uses the + operator…

