-
JavaScript Tutorial For Beginners #28 – Creating a new JavaScript Object
Hey ninjas, in this JavaScript tutorial for beginners, we’ll make our very own object using the car analogy from the last lesson. I’ll show you how to create the object, add properties and methods, and finally how to use the shorthand notation to do this. As always, if you have any questions, fire away :).…
-
javascript tagged template strings in ES6 (new string functions tutorial )
Understanding new template strings and string functions that are part of ES6 / ES 2015 release. – Introduction to template string – interpolation in string templates – Tagged string templates – New functions such as startsWith, endsWith, includes, repeat and String.raw startsWith endsWith includes repeat Original source