6 minute read

Introduction Redux can be complicated at first. But after you understand the basics it can be very easy. This article will ensure that you understand Redux with the help of some examples. After reading this article I promise you, you will say this - This article will make you fall in love ❤️ with Redux. According to the official site, Redux is a predictable state container for JavaScript Applications.

13 minute read

Introduction This is the most comprehensive guide on Javascript. This is not a complete guide as there are 1000 things in Javascript like Type Coercion which are not used 95% of the time. So this guide covers everything you need to know about Javascript to write 95% of your code. Table of Contents What is JavaScript Executing JavaScript in Browser Beginner Level Numbers Data Types Integers Floating Point Basic Arithmetic Addition Subtraction Multiplication Division Modulus Order of Operations