#webdev
Read more stories on Hashnode
Articles with this tag
Currying is a process in functional programming in which we can transform a function with multiple arguments into a sequence of nesting functions. It...
Commit message is very important when you work in team. By reading the conventiional commit messages, it helps your team to understand what changes...
The splice method changes the content of the array in place and can be used to add or remove items from the array. const arr = ["🌼", "🌴", "🌹",...