Java Script Functions : A brief overview
Jul 18, 2023 · 5 min read · There is a very common rule in programming - you don't wanna repeat yourself. It is there due to the very obvious reason, you do not want to waste the computer's resources for executing a line of code that is not needed. For the same reason we have s...
ZPZiya and 1 more commented