JavaScript Basic Programs
JavaScript is a object-based scripting language. It is light weighted. Using HTML we can only design a web page but you can not run any logic on web browser like addition of two numbers, check any condition, looping statements (for, while), decision making statement (if-else) at client side. In this tutorial we write all basic programs in JavaScript like Prime number, Factorial, Armstrong Number, Fibonacci Series, Table of any number etc.
Prerequisites
Before learning of this tutorial you have basic knowledge of JavaScript and you must be basic knowledge of C Language (mainly looping and conditional statements concept), and also knowledge of Html. Knowledge of looping and conditional statements concept in C language is required because JavaScript is used for perform logical operation of client side.