Open in app

Sign In

Write

Sign In

Tareq
Tareq

1 Follower

Home

About

Pinned

All the fundamental React.js concepts

1. What is React? React is a JavaScript library. it is not exactly a framework. 2 .what is the framework? the framework serves a great purpose framework is not flexible, though some claim to be. A framework usually wants you to code everything a certain way. React is building a…

2 min read

All the fundamental React.js concepts
All the fundamental React.js concepts

2 min read


Dec 19, 2020

Server and Node.js

Server and Node.js ACC Assignment-1 What is a web server? A web server is software and hardware that uses HTTP(Hypertext Transfer Protocol) and other protocols to respond to client requests made over the World Wide Web. The main job of a web server is to display website content through storing…

5 min read

5 min read


Nov 5, 2020

How do React hooks really work?

1. what are closures? Closures are when the function is able to remember and access the lexical scope even when that function is executing outside its lexical scope example: function stopWatch(){ let count=0; return function(){ count++; return count; } } const clock1=stopWatch(); console.log(clock1()); console.log(clock1()); console.log(clock1()); console.log(clock1()); 2 . Usage in Function Components

4 min read

How do React hooks really work?
How do React hooks really work?

4 min read


Nov 3, 2020

“Expert JavaScript ”

1 . Discuss about Error handling in error handling using Four keyword try catch finally throw 2. why use error handling? Then if we create large apps suppose 1000 line code in the run time has found anyone line error we can not see our output for that reason using error handling. …

4 min read

“Expert JavaScript ”
“Expert JavaScript ”

4 min read


Nov 2, 2020

1. What is JavaScript?

JavaScript is a dynamic computer programming language .it is lightweight and most commonly used as a part of web pages and it is the scripting & interpreted programming language. 2. Variable: a variable used to store information ,that value can change in the computer program if we want declare a variable we…

4 min read

1. What is JavaScript?
1. What is JavaScript?

4 min read

Tareq

Tareq

1 Follower
Following
  • Arnab Dhar

    Arnab Dhar

  • Ayo Isaiah

    Ayo Isaiah

  • Anum Siddiqui

    Anum Siddiqui

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech