Tag: JavaScript
To create encapsulation of code in Vanilla JavaScript is not so easy as it is with programming languages like Java or Python, for example. For this reason and purpose, in JavaScript we can use the Module pattern. Module pattern can also be used as a singleton object where only one instance of the module exists. We can define Module pattern in various ways, but the way I did it here and the most simple way to use and understand will be presented in this article. I will be using ES6 specification of JavaScript and IIFE ( Immediately Invoked Function Expression ) as this is the most uniform way to do it.
Read MorejQuery data append tips and tricks - practical example.
Read MoreShort TypeScript introduction - JavaScript on steroids.
Read MoreAnyChart - great JavaScript chart library and front-end resource for web developers.
Read More