Intro to React What is React? A JavaScript library for building user interfaces Why should we use React? Easier to use Maintainable Scalable Most...
Loops For loop while loop do while loop Arrays Data structure that can hold multiple data values in one...
Variables let is the preferred way in modern JavaScript. Data Types Null = Null (type of null is an object: its a bug) Null specifies that we have...
How to deploy a website using netlify ยท Steps: Create your account on Netlify Create a New Site from GIT. Connect to Git provider. Pick a ...
Flexbox By default container has property of display: block; i.e. each element on the next line. display: flex; using this all elements added side...
CSS (Cascading Style Sheet) Into to CSS CSS is used to style the website. Methods for adding CSS There are three methods Inline CSS Style directly...