Open in app

Sign In

Write

Sign In

Faisal Akbar
Faisal Akbar

12 Followers

Home

About

Nov 5, 2020

JavaScript frequently asked problem solving questions with solution

1. FIND THE LARGEST ELEMENT OF AN ARRAY There are multiple ways to find out the largest value of an array. One way is to use `Math.max()` function to find the largest value. But often interviewer may ask you to write a for loop to find the largest value of an array. …

JavaScript

5 min read

JavaScript frequently asked problem solving question with solution
JavaScript frequently asked problem solving question with solution
JavaScript

5 min read


Nov 4, 2020

10 fundamental things you need to know about React

Before begin I want to let you know this is not the complete guide of react fundamental rather this is introductory guide of react fundamental concepts. I will discuss 10 fundamental concepts about react that you must know as a react developer. 1. What is React anyways? React is a JavaScript ‘library’ not a ‘framework’…

React

5 min read

10 fundamental things you need to know about React
10 fundamental things you need to know about React
React

5 min read


Nov 3, 2020

JavaScript Block Bindings and ES6 every developer must know!

Block Bindings Usually bindings occur whenever we declare or set value in a variable. For example we use var, let and const to declare or assign a variable. var a = 1; let b = 2; const c = 3; This blog demonstrates how var and hoisting occurs and what are the…

5 min read

JavaScript block bindings and es6 every developer must know!
JavaScript block bindings and es6 every developer must know!

5 min read


Nov 2, 2020

JavaScript array method every developer should know!

Arrays are one of the most popular and useful object in JavaScript. There are lots of build in properties and method associated with arrays. I have listed top array methods every developer should know and make their life easier when dealing with arrays. push() pop() shift() unshift() concat() slice() splice() …

JavaScript

4 min read

JavaScript method every developer should know!
JavaScript method every developer should know!
JavaScript

4 min read

Faisal Akbar

Faisal Akbar

12 Followers
Following
  • Ann Jackson

    Ann Jackson

  • Krisztina Szerovay

    Krisztina Szerovay

  • Kirill Eremenko

    Kirill Eremenko

  • Benjamin Lau

    Benjamin Lau

  • DN S Dhrubo

    DN S Dhrubo

See all (21)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams