LNLaraib Nehalinlaraibnehal.hashnode.dev路Dec 9, 2022 路 3 min readJavaScript Array Map methodThe map() method creates a new array with the results of calling a function for every array element. The map() method calls the provided function once for each element in an array in order. Syntax array.map(function(currentValue,index,arr),thisValue...00
LNLaraib Nehalinlaraibnehal.hashnode.dev路Dec 3, 2022 路 3 min readFundamentals of React(Part 2)React Components Components are independent and reusable bits of code. They serve the same purpose as JavaScript functions, but work in isolation and return HTML. There are two types of React components: Class Components extends React.Component st...00
LNLaraib Nehalinlaraibnehal.hashnode.dev路Dec 1, 2022 路 3 min readEverything you need to know about open sourceLet's start with simple question What is Open Source? It is open source software which is accessible to public we can see, modify, and distribute the code. There is open source platform where you can contribute is GitHub .It is widely known among pro...00
LNLaraib Nehalinlaraibnehal.hashnode.dev路Sep 26, 2022 路 3 min readFundamentals of ReactReact is a JavaScript library for building user interfaces. It is not a Framework. It is also known as ReactJs and React.js , so don't get confused if you read different notations in different places. Documentation of React - %[https://reactjs.org/do...00