Blogs

Create your first web app using HTML , CSS and Vanilla Js

If you are curious to create your first web application , then this blog is for you.
Note : This blog assumes that you have some basic understanding of websites and web applications.
Lets get started.

Steps involved in creating a web app

Arrays in Javascript

Welcome back developers , If you are someone who just started programming then this is a must read blog for you.
In this blog , we will be covering Arrays.
What is an Array ? Array is a datastructure which is used to store multiple values in a single variable. (i.e : we can store more than one value at a time)