#web-development
Read more stories on Hashnode
Articles with this tag
<input value='something'> If we change the user input (text on ui) to be 'something else', what happens to the attribute value in the html and what...
A closure is a function with its outer function lexical scope/environment. What does 'lexical' mean? 'Lexical' means relating to words, so the...
Usecase My most common usecase for git reset is when i stage changes by mistake. Maybe i make some changes that involve multiple things and i want to...
Usecase Just yesterday, after i committed my lovely work on windows through vscode source control feature, I did a git status through wsl and then I...
To start an npm project, you can run npm init in the directory where you want to initiate the project. You will be prompted with some prompts about...
Me too have wondered what is the meaning of literal that is shoved between text while the text itself makes sense. String literal they say, and I am...