Open in app
Home
Notifications
Lists
Stories

Write
Sakibuddin
Sakibuddin

Home

May 10, 2021

JavaScript, Crack the Interview

An interview is a part and parcel of the developer. This is the field of proving yourself that you are the right person for the recruiters. They check the inner view of the Candidates in an interview. To help you in this battle-ground, here I have discussed some tricky concept…

Interview

4 min read


May 9, 2021

Fundamentals of React

Before talking about React fundamentals we should know about react. What is React? React is an open-source front-end JavaScript library that is used for building user interfaces especially for single-page applications. It was created by Jordan Walke, a software engineer working for Facebook. …

React Fundamentals

3 min read

Fundamentals of React
Fundamentals of React

May 7, 2021

Some Most Important Topics Of JavaScript

Scope There are two types of scope- Local Scope and Global Scope. If variables are declared inside a function or block, then we will say that their scope is local and can only be accessible inside this function/block. And those variables are called Local variable. Others all the variables/functions (outside of…

Scope

4 min read


May 5, 2021

Top 10 topics you must know in JavaScript

Map The map function is used to loop through the array, runs the operation on its elements and returns a new array. This is just what it does. var arr= [1,2,3,4] var array=arr.map(element=> element*2) console.log(array) Here, we have an array named “arr” having 4 elements. We run the map function on…

7 min read

Sakibuddin

Sakibuddin

I am Sakib Uddin from Bangladesh. I am a front End Developer

Following
  • Mehdi Aoussiad

    Mehdi Aoussiad

  • Zihadul Islam

    Zihadul Islam

  • Saloni Saraiya

    Saloni Saraiya

  • Zonayed Ahmed

    Zonayed Ahmed

  • Alexander Zlatkov

    Alexander Zlatkov

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable