Mastering Functions in JavaScript
FUNCTIONS In simpler terms function is like a recipe in cooking .It is a set of instruction that takes ingredients(inputs), process them, and gives back a result (output). Analogy Recipe for making tea INPUT : Water, tea leaves, sugar, milk...