Open in app
Home
Notifications
Lists
Stories

Write
Debashis Ray
Debashis Ray

Home

May 8, 2021

Frequently used JavaScript Interviews Questions and Answer

What are truthy and falsy values? — What are truthy and falsy values? Answer: In boolean context, a conditional variable value that returns true is called truthy value. All values are truthy values unless it declared as falsy values. Falsy values are 0, empty string, undefined, null, NaN, false. 2. Difference Between Undefined and Null? Answer: Undefined…

Java Script

3 min read

Frequently used JavaScript Interviews Questions and Answer
Frequently used JavaScript Interviews Questions and Answer

May 7, 2021

10 things you should know about React

As a developer, you should know this fact about React. — As a developer, you should know this fact about React. Not a Framework Sometimes we tell that React is a Framework. It was absolutely wrong. React is a JavaScript Library. Using React you can build your User Interface with Component. React will not help you with server communication, routing, translations…

React

3 min read

10 things you should know about React
10 things you should know about React

May 6, 2021

You should know this fact of JavaScript to write before code

This writing is about some facts about JavaScript that you should know before written code. So, I assume you have some basic knowledge… — This writing is about some facts about JavaScript that you should know before written code. So, I assume you have some basic knowledge about programming language. Let's start… We all know about data types, aren’t we? Basically, in JavaScript, there are two types of data types. Those are primitive and…

Java Script

5 min read

You should know this fact of JavaScript to write before code
You should know this fact of JavaScript to write before code

May 5, 2021

Must Knowing Number, String and Array Methods for JavaScript!

Before going to the depth of JavaScript number, string and array methods, we should know that what is Number, String and Array. Right? — Before going to the depth of JavaScript number, string and array methods, we should know that what is Number, String and Array. Right? A. Number The JavaScript Number type is a double-precision value that means it can represent fractional values like — 2.5, 2.0, 5.982. But there are some limitations to what…

Java Script

6 min read

Must Knowing Number, String and Array Methods for JavaScript!
Must Knowing Number, String and Array Methods for JavaScript!
Debashis Ray

Debashis Ray

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable