Open in app
Home
Notifications
Lists
Stories

Write
Mahe Sajib
Mahe Sajib

Home

May 8, 2021

10 Important JavaScript Interview Question

Question-1: How many types of JavaScript Falsy and Truthy Values and what are they? Ans: In JavaScript, there were 5 types of Falsy Values, 0, “”, NaN, null, undefined. these are by default give a false and All of the components are JavaScript truthy values example: “high”, ‘0’, (empty function),{empty object},[empty array] Question-2: What are the different Null and undefined. Ans: In short Null means an empty or nonexistent value. Null is…

Interview Questions

3 min read

10 Important JavaScript Interview Question
10 Important JavaScript Interview Question

May 7, 2021

10 important topic about ReactJs that have to know as a developer

Frameworks As we know Reactjs is a javaScript library because of its user interfaces. it is not exactly a framework. frameworks serve a great purpose. because many smart design decisions are already made for customers. but frameworks come with some disadvantages for the long-term experienced developers working on large codebases these…

React

4 min read

10 important topic about ReactJs that have to know as a developer
10 important topic about ReactJs that have to know as a developer

May 6, 2021

10 things that you might know about JavaScript

Primative Values Premative values are two types there are numbers and strings. Premative values have common things that there is nothing we can do with the code that would affect them. Example: console.log(5); console.log(“Pillow”); console.log(undefined); Checking a Type In JavaScript there are ten different types of values but there behave are same. This is the…

Java Script

3 min read

10 things that you might know about JavaScript
10 things that you might know about JavaScript

May 5, 2021

About JavaScript

Nowadays JavaScript is used by a massive number of high-profile applications, showing that deeper knowledge of this technology is an important skill for any web or mobile developer. The first javaScript creator named Brendan Eich who was an engineer of Netscape. JavaScript was first released in 1996 and it was…

Java Script

4 min read

About JavaScript
About JavaScript
Mahe Sajib

Mahe Sajib

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable