AYAditya Yadavinadityay.hashnode.dev·Nov 29, 2020 · 6 min readNodeJS Basics Interview QuestionsWhat is Node.js? Node.js is an open-source, cross-platform, back-end, JavaScript runtime environment that executes JavaScript code outside a web browser. What is it used for? Node.js is primarily used for non-blocking, event-driven servers, due to it...00
AYAditya Yadavinadityay.hashnode.dev·Nov 21, 2020 · 9 min readReactJS Interview QuestionsWhat is React? React is a declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small and isolated pieces of code called “components”. What are the feature of React? JSX. Use Virtu...00