ECMAScript 6 (ES6), also colloquially known as JavaScript 6, is the latest standard of JavaScript as introduced in 2015. ES6 came with many important features, such as arrow functions and spread and rest operations, which we will cover in the near-future. Today, we will discuss the new declaration statements let and const and why we require them.
Continue reading “JavaScript Let and Const | Let’s Simplify”Bootstrap Button Customization | Let’s Simplify
Hey geeks! Today we are going to walk you through the process of customizing the stock Bootstrap button. As web developers, you must have heard about or used the Bootstrap toolkit in your projects. It’s a great library full of powerful web components. But we can agree on the fact that all websites built with the Bootstrap toolkit seem to appear similar in terms of UI/UX. However, customising them is actually very easy and you do not need to be an expert in CSS for that.
Continue reading “Bootstrap Button Customization | Let’s Simplify”List Comprehension | Python Basics | Let’s Simplify
As a newbie Python programmer, concepts like list comprehension may feel overwhelming in the beginning. This article is to make it easier for you to understand this very useful concept.
Continue reading “List Comprehension | Python Basics | Let’s Simplify”