Today I wanted to look back at the time when I decided to start learning to code, changing my career from being a civil engineer to a software...
Hello everyone ๐ It's been a long time since I published my last article. I got busy in learning deployment, AWS, Docker, Kubernetes, etcetera, which...
Messing around with user's clipboard using JS. ยท Hey Guys ๐ Ever wondered how some websites have "click to copy" functionality? You can also do just...
.flat() and .flatMap() ยท Hey everyone ๐ Today's article is about two interesting (also important) array methods: .flat() .flatMap() Let's get...
Hey guys ๐ There are a lot of array methods in JavaScript and often we get confused ๐ about which to use when.In this article I will summarise these...
Logical assignment operators are a very new feature in JavaScript.Never heard of them? then this article is for you. There are three logical...