JavaScript
Last article written on
Aug 30, 2020
By
Mausam Gaurav
3 Articles tagged in JavaScript

 

Article Aug 30, 2020
Article Author   Mausam Gaurav
Page Visits   43740
Machine Learning JavaScript Python

Prerequisites

Familiarity with Python, JavaScript, HTML, CSS and some basic Linux commands. Although I would try to explain everything as much as I can, if you have some difficulty in understanding any concept please refer to the official documentation of Django, React, Docker, or any other documentation as necessary.

You would ...

Article Jan 25, 2020
Article Author   Mausam Gaurav
Page Visits   5778
General JavaScript

Introduction to React

React is a JavaScript library created by Facebook. It is also used by Netflix and Instagram. It is used to create JS-Driven dynamic web apps. Other similar JavaScript frameworks are Angular and Vue.

How React Works

All different functionality, parts of the web application are put into ...

Article Dec 27, 2019
Article Author   Mausam Gaurav
Page Visits   4402
General JavaScript

Before we begin, let us setup the environment to test our JavaScript (JS). We would create an index.html page, and run the JavaScript when the page is loaded into the browser. To do so, we would load our JavaScript within the tags <script> </script> in our html page ...