JS Functions
01
JavaScript Functions
A JavaScript function is a block of code designed to perform a particular task. It is executed when "something" invokes it.
A JavaScript function is a block of code designed to perform a particular task. It is executed when "something" invokes it.