Sudipto Acharjee10 basic things you should know of Javascript.Truthy and Falsy values: const name=”shakib” if(name){ console.log(“condition is true”) }else{ console.log(“condition is false”) }…May 8, 2021May 8, 2021
Sudipto AcharjeeAll fundamental concept of React.jsReact is a library of javascript which is used for building user interfaces. when a user working with a framework, Many smart design…May 7, 2021May 7, 2021
Sudipto AcharjeeJs Error HandlingA better programmer best friend is “Error”. It may occur because of our mistakes, and unexpected user input. But we can catch the error by…May 6, 2021May 6, 2021
Sudipto Acharjee10 Javascript String.String.concat; String.concat is used to add two string and get one .May 5, 2021May 5, 2021