Royal EnfieldRoyal Enfield is now the talk of the town in Bangladesh. The pros and cons of Royal Enfield are pervasive among the young generation. As a…Jan 25Jan 25
How AI can be leveraged effectively for studying or learning?Very often, we encounter the controversial idea that using AI is not good. Students are admonished sternly by teachers or advisers not to…Jan 16Jan 16
What is actually Props in React?Before understanding Props (properties), it is important to understand parameter in JavaScript. Parameter is passed into JavaScript…Nov 27, 2024Nov 27, 2024
Understanding JSX and React.createElement in ReactJSX: A powerful syntax extension that allows you to write HTML-like code inside JavaScript. It makes building UIs with React much more…Nov 23, 2024Nov 23, 2024
Find your move onWeb!Do you want to find your move in web? Then you are in a right place. Now let me tell you what is move in web. It is event. Where do you…Dec 10, 2023Dec 10, 2023
Do you want to get rid of ‘for loop’We almost everyone is familiar with for loop, but sometimes we just want to get rid of it. Because to iterate over complex array type, for…Dec 9, 2023Dec 9, 2023
Object De-structuring in JSIf we want to extract object properties from the above and store it in a variable, let’s see how to do it?Dec 7, 2023Dec 7, 2023
Turning an Object into ArrayYou might have a question, why do we want to convert an object into array? transforming an object into an array allows you to work with the…Nov 30, 2023Nov 30, 2023
Export and Import in JavaScriptLet’s learn with a simple example. Here from the left side, functions.js files has a function. It seems a normal function conventions but…Nov 29, 2023Nov 29, 2023