Vanilla JavaScript and HTML – No Frameworks. No Libraries. No Problem

Do you know what it takes to render HTML elements on a web page without Angular, React, Svelte, and Vue? Let’s explore a controlled scenario of creating a simple web page and bring to the foreground what it takes to render a page with pure HTML, CSS, and … Read more

Similar

JavaScript Variables: var and let and const

There are three ways to create variables in a JavaScript application: using var, using let, or using const. This will not be a post trying to convince you which one you should use, or arguing about what is best. It’s just good to know about the difference... (more…)

Read more »

The best of JavaScript Weekly in 2016

Master the JavaScript Interview: What is a Closure?, Martin Fowler on Refactoring JavaScript, Getting Started with Webpack 2, A Guide to Proper Error Handling in JavaScript, Try Kendo UI - the most complete JavaScript/HTML UI library with 70+ widgets, and...

Read more »