Open in app
Home
Notifications
Lists
Stories

Write
Saifulalam Fahim
Saifulalam Fahim

Home

May 8, 2021

Something About JavaScript.

Truthy and Falsy values:- In JavaScript, a truthy value is a value that translates to true when evaluated in a Boolean context. All values are truthy unless they are defined as falsy. List of falsy values in JavaScript: 1) False. 2) 0. 3) empty string. 4) null. 5) undefined. …

3 min read

Something About JavaScript.
Something About JavaScript.

May 7, 2021

Something About React..

What is React:- React is an open-source, front-end, JavaScript library for building user interfaces or UI components. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications. Is React a framework:- React…

3 min read

Something About React..
Something About React..

May 6, 2021

Top 10 Most Important Technologies, you need to know on javaScript.

chartAt() : ChartAt has tow side.The first is the chartAt() method. And the second is to treat the string as an array-like object. These are two ways to arrays an individual chartAt in a string. Example:- ( return ‘dog’.chartAt(1) // return “a” ) (return ‘dog’[1] //return “a”) 2. slice(): Where…

2 min read

Top 10 Most Important Technologies, you need to know on javaScript.
Top 10 Most Important Technologies, you need to know on javaScript.

May 6, 2021

Top Fundamental technologies on JavaScript.

Var Hosting:- var means variable. Variables are declared outside any function. In JavaScript, a variable can be used before it has been declared. Example:- ( <script> var x; x = 5; </script> ) // the ans is 5. the variable has to tow another side. …

3 min read

Top Fundamental technologies on JavaScript.
Top Fundamental technologies on JavaScript.
Saifulalam Fahim

Saifulalam Fahim

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable