#javascript
Read more stories on Hashnode
Articles with this tag
Hello everyone, Did you make a lot of GitHub commits lately? š ā Today, I want to share with you some new features, I'd even date to call them...
After creating so many branches on your current project, pushed some to git, merged some with the main branch and you even forgot that some branch...
Hi guys, how are you all doing? I know its been a while since I last wrote an article, not my fault though. Having issues with my laptop and also on...
Var - Let - Const A lot of shiny new features came with the introduction of ES2015 (ES6). One of the features is the addition of let and const which...