Kulraj Suri

Software Engineer / Quant Dev

JavaScript Basic Definitions

1. Variables Variables store and retrieve values. Can take any type of data; string, array, integer, float, etc 2. Functions A function is a list of instructions to accomplish a well-defined task. The JavaScript interpreter processes these instructions one by one A functions inputs is called it parameters e.g. someNumber A functions output is called the… Continue reading →