AKAMARJEET KUMARinamarjeet123.hashnode.dev·Dec 30, 2022 · 5 min readFrom Nothing to Something-Dev Retro 2022My journey to becoming a MERN Stack Developer. So my story started in February 2022, At that time I was prepared for a government job I am not so happy with my preparation. And I decided to change my path to another field but I am not able to decide ...01RS
AKAMARJEET KUMARinamarjeet123.hashnode.dev·Sep 11, 2022 · 4 min readJavaScript Interview Prep Cheat Sheet1. Scope:- Scope determines the accessibility/visibility of a variable. child scopes have access to parent scopes, but parent scopes do not have access to child scopes. If a variable is not declared in the current scope, it will not be available f...00
AKAMARJEET KUMARinamarjeet123.hashnode.dev·Sep 7, 2022 · 2 min readsome() and every() method in Java Script1. some():- This is an inbuilt method of JavaScript. If at least one element in the array implements the logic then only this method will return a true Boolean value as output. If not a single element of the existing array is able the satisfied the...00
AKAMARJEET KUMARinamarjeet123.hashnode.dev·Aug 27, 2022 · 7 min readArray in Java Script.Definition:- An array is a collection of values and these values can be of different data types in java script. Array is always declared inside square bracket [ ]. All the values inside the square bracket are separated by a comma (,). Values of an ...00
AKAMARJEET KUMARinamarjeet123.hashnode.dev·Aug 16, 2022 · 9 min readTailwind CSS - Getting Started.Installation :- There are multiple ways of using the tailwind CSS framework in our project. Tailwind CLI :- This is the simplest and fastest method to work with tailwind CSS. Install Tailwind CSS :- Install tailwind CSS with npm, and create a ta...00