Open in app
Home
Notifications
Lists
Stories

Write
Khushbu Islam Misbah
Khushbu Islam Misbah

Home

Pinned

BASIC OF JAVASCRIPT

Today JavaScript is one of the most popular programming languages. Now there will be a brief discussion about JavaScript. 1. Data Types: Data is the smallest part of any information. DataType means what kind of data. There are two types of data types in JavaScript. 1. Primitive data type (Number…

Javascript Basics

2 min read

BASIC OF JAVASCRIPT
BASIC OF JAVASCRIPT

May 8, 2021

Need to know 10 JavaScript Interview Question

JavaScript Truthy Values: In JavaScript, a truthy value is considered true when encountered in boolean. Truthy Values: Without zero (0) any number is truthy value. Without Empty String (“”) any string value is truthy value. Any Empty Array [ ] is truthy value. Any Empty Object { } is truthy value. JavaScript Falsy Values: In JavaScript…

2 min read


May 7, 2021

React Fundamentals

What is React? React is the most famous library of JavaScript. It is used for making user interfaces & Single Page Application. How does React Work? In-depth, React maintains a tree. This tree can do different computations on the nodes efficiently. Think about your HTML code as a tree. How the browser treats your DOM (your…

React

3 min read

React Fundamentals
React Fundamentals

May 6, 2021

JavaScript ES6 Amazing Topics

Var Declarations: The var keyword declares a function or globally-scoped variable. Example: var a = 10; if (a === 10) { var a = 20; console.log(a); // expected output: 20 } console.log(a); // expected output: 20 Let Declarations: The let keyword declares a block-scoped local variable. The variable type let shares a lot of…

ES 6

3 min read

JavaScript ES6 Amazing Topics
JavaScript ES6 Amazing Topics
Khushbu Islam Misbah

Khushbu Islam Misbah

Web Developer

Following
  • Zonayed Ahmed

    Zonayed Ahmed

  • Samer Buna

    Samer Buna

  • Gethyl George Kurian

    Gethyl George Kurian

See all (6)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable