Open in app

Sign In

Write

Sign In

Habibur Rahman
Habibur Rahman

Home

About

May 8, 2021

10 Important Interview Question of Javascript

Truthy value and falsy value Truthy values are values that evaluate to True in a boolean context. Falsy values are values that evaluate False in a boolean context. Truthy value: Without 0 any negative and positive numbers are truthy valuable. Anything in the string that includes white space is a truthy value even “0” is…

3 min read

3 min read


May 7, 2021

10 Basic Thing About React

What is React? React is the most popular front-end JavaScript library. That used to design user interface(UI). With react we can create a user interface easily. Without React or similar libraries, we need to manually build UI with native Web APIs and JavaScript and that is not as easy. Why React? Angular or Vue are…

3 min read

10 Basic Thing About React
10 Basic Thing About React

3 min read


May 6, 2021

Some important and confusing thing in Javascript

What is javascript? JavaScript is a client-side and server-side scripting language compacted into HTML pages and is understood by web browsers. Javascript is a single-threaded language that means it can do one task at a JavaScript is also an Object-based Programming language. What are JavaScript Data Types? Data types of Javascript are given : Number String Boolean Object …

3 min read

Some important and confusing thing in Javascript
Some important and confusing thing in Javascript

3 min read


May 5, 2021

10 Important thing about JavaScript

Array length let var x=[1,2,3,4] console.log(x.length) // 4 Normally we think the length of an array will be the number of items in the array. But it’s not true all time. Lets clear with an example: x.[100]=21; console.log(x.length) // 101 In this case length of the array is 101 but we see…

2 min read

2 min read

Habibur Rahman

Habibur Rahman

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech