Open in app
Home
Notifications
Lists
Stories

Write
Md Nazmul Alam
Md Nazmul Alam

Home

May 8, 2021

Top 10 JavaScript Interview Question

01. What is == vs === in JavaScript? == in JavaScript is used for comparing two variables, but it ignores the datatype of variable. === is used for comparing two variables, but this operator also checks datatype and compares two values. …

Java Script

2 min read


May 8, 2021

Learn React Basic Concept

What is react? React is a popular declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small and isolated pieces of code called {components}. Create React App npx create-react-app my-app cd my-app npm start React Components React is called Component. Basically, component…

React

1 min read


May 6, 2021

JavaScript Expression, Check Type of () expression & ES6 Introduction

· JavaScript Expression — Expression is any valid unit of code that resolves to a value. The expression x = 5 is an example of the first type. This expression uses the = operator to assign the value seven to the variable x. The expression itself evaluates to Five. 7 + 3 is an…

Java Script

2 min read


May 5, 2021

JavaScript Array & String Method

Array.Slice () The Slice() method returns a shallow copy of a portion of an array into a new array object selected from start to end where start and end represent the index of items in that array. The original array will not be modified. JavaScript Example Array Slice () const…

1 min read

Md Nazmul Alam

Md Nazmul Alam

Web developer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable