Open in app
Home
Notifications
Lists
Stories

Write
MH HABIB
MH HABIB

Home

May 8, 2021

Important Questions About JavaScript.

What is the difference between undefined and null in JavaScript? Answer: When a variable is declared only but its value is not set then it gives an undefined output. Null is an empty value and it needs to set explicitly by a programmer. …

Java Script

2 min read


May 7, 2021

Fundamental Concepts of React.js

(1) React React is a JavaScript library and it’s not a framework. Unlike framework, we can use more libraries with React to create our websites or apps. React is only focused to build the user interface using components. We can use native web APIs, HTML, CSS, and JavaScript to build…

React

3 min read


May 6, 2021

Some Important Features of JavaScript.

(1) Primitive Values in JavaScript In JavaScript, Primitive values are the data that are not an object and nor any function. Primitive values are numbers and strings only. There is no opportunity to affect the primitive values in a code. Programmers can only use primitive values to customize their code…

Hoisting

3 min read


May 5, 2021

Some Basic Concepts of JavaScript.

(1) About JavaScript: JavaScript is a single-threaded, just in time compiled client-side dynamic language. But it can be used in the back end using the assistance of a run time environment node.js. JavaScript support prototype-based inheritance and multi-paradigm. It supports both functional as well as OOP programming features. …

Java Script

3 min read

MH HABIB

MH HABIB

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable