In JavaScript, Developers wanted block level scoping of variables only within for loop, where the temporary incremental variable is only to be used inside the loop. This blog explains let & const in Block level binding in Loop (for, for in, for of) compare to var.
Images
Difference between ‘var’, ‘const’ & ‘let’ keywords | Understanding ES6
Understanding ES6, JavaScript is a superset of ECMAScript 6. In this article I will explain the main datatypes ES6 has included in its palate and will explain the difference between var, let and const datatypes.
Folder Based Navigation w/ Handlebar for Static Blog
Create folder based navigation or permalink in static site as well with Handlebars templating. We can write a automation script to do it in grunt/gulp with Handlebars script. To do this we will have to create a folder name same as the file and then create a index.html or default.html file in it.
Email Harvesting and Counter Measures
Email harvesting means fetching email addresses by crawling web pages using various scripts/softwares. These email addresses then used for sending bulk marketing emails or newsletters/spams. There are lots of softwares/bots available in the market which crawls the website and gives email address from its pages. These softwares are generally known as "Harvesting Bot".
Presentational Attributes vs Inline Styles
Presentational Attributes works almost like inline styles but there is striking difference between them. It is advisable to use them specifically on SVGs and IMG tags.