Day 05/21 โ JavaScript Functions & Methods
Today I explored one of the most powerful concepts in JavaScript: Functions & Methods. ๐
๐น Functions are blocks of code designed to perform a specific task.
They help in reusability and make code cleaner