jscoders.hashnode.devDifference between First-Class and Higher-Order Functions in JavaScriptFirst-Class Function: A programming language is said to have First-class functions if functions in that language are treated like other variables. So the functions can be assigned to any other variable or passed as an argument or can be returned by a...Apr 8, 2022·1 min read
jscoders.hashnode.devNodeJS Interview QuestionsS. NoQuestions 01.What does the runtime environment mean in Node.js? 02.What is Node.js? 03.What is Node.js Process Model? 04.What are the data types in Node.js? 05.How to create a simple server in Node.js that returns Hello World? 06.How do ...Mar 31, 2022·5 min read
jscoders.hashnode.devJavaScript Top 500 Interview QuestionsQuestions What are the possible ways to create objects in JavaScript What is prototype chain What is the difference between Call, Apply and Bind What is JSON and its common operations What is the purpose of the array slice method What is the ...Mar 20, 2022·18 min read
jscoders.hashnode.devReact JS Interview Part-2What is the difference between setState and replaceState methods? How to listen to state changes? What is the recommended approach of removing an array element in react state? Is it possible to use React without rendering HTML? How to pretty print JS...Mar 19, 2022·9 min read
jscoders.hashnode.devReact JS Interview QuestionsWhat is React? What are the major features of React? What is JSX? What is the difference between Element and Component? How to create components in React? When to use a Class Component over a Function Component? What are Pure Components? What is stat...Mar 19, 2022·4 min read