#oopinjavascript
Explore tagged Tumblr posts
winstonmhangoblog · 5 years ago
Photo
Tumblr media
JavaScript ES6 syntax part 2. This is the second part of our es6 syntax in our Javascript Quick guide series.It is a continuation of where we left in part 10 of this slides tutorial sets. In this post we discuss the new class feature added in Javascript in ES6.The classes make development of applications in much better way without touching the bare bones of prototype inheritance.Yes,it's a syntactic sugar over the prototype,but we really don't get caught up in the work around to implement OOP features by using the prototype.You actually work the way you do in Java with afew exceptions,but the syntax is almost similar now with the block level scope introduced through let and const variable declarations. This part touches afew areas on classes. Enjoy the reading #javascript #oopinjavascript #es6syntax #objectorientedprogramming #javascriptclasses #javascriptobjects #classexpressions #namedclassexpressions #unnamedclassexpressions #classmethods (at Lilongwe, Malawi) https://www.instagram.com/p/B9U-l9yBDMW/?igshid=18pjttblw6rre
0 notes