Day :-11 of Learning JS.
Today I learned about Functions in JavaScript.
A function is a reusable block of code designed to perform a specific task.
It helps make code clean, organized, and efficient.
Explored array methods like:
push(), pop(), shift(), unshift(), map(), filter()