Open in app
Home
Notifications
Lists
Stories

Write
Minhazul Abedin
Minhazul Abedin

Home

May 16, 2021

Most Important JavaScript Questions

###Question No : 1. About Undefined & Null: Undefined:::: 1. If a variable declare, but value doesn’t set in that variable. then, It’s Undefined. example, let mithu; console.log(mithu) >>> Undefined. 2. If a function isn’t return anything. then It’s Undefined. Example, function add(num1, num2){ console.log(num1 + num2); } console.log(add(13, 26)); >>>…

Javascript Questions

1 min read


May 15, 2021

Thinking React core in a different way

Introduction: In a Line, React is a JavaScript library, that's built User Interfaces(UI). Many peoples say, it’s a framework, but it’s false. React JS is an Open-source library. Actually, Frameworks are great things. A framework is a complete & clear path, that’s ready & works with his pattern as that’s building way. But…

Reactjs

3 min read


May 6, 2021

Important Things in JavaScript Which is Boost you.

You should learn about the best commenting method & coding style, error handling technique, user input with prompt 1. Best Commenting Method in JavaScript : comments used to explain your code. If using comments in coding, sometimes makes your code more readable. & sometimes it makes you bored & angry for reading that code. Two types of…

Best Comment Style In Js

1 min read


May 5, 2021

Most usage things in JS

Variable, String methods, Number methods, math methods — let: let is a block-level variable. let variables do not change or reassign for other blocks. the same variable name, but the different values on the different blocks. if variable declares inside of the block. then it’s doesn’t visible on the outside of the block. …

String Method

2 min read


May 5, 2021

JavaScript Variables

JavaScript has 3 types of variables. There are let, const, var. —

Javascript Variable

1 min read

JavaScript Variables

JavaScript has 3 types of variables. There are let, const, var.

different blocks, different values

--

--

Minhazul Abedin

Minhazul Abedin

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable