IT Java Script
{Author Name [first-name middle-name-initials last-name]} {Institution Affiliation [name of Author’s institute]} There are five components or concepts of code that are most elementary or important for any programming language of technology. The five components are:
Variables
Data Structures Control Structures Tools Variables: Variables can be considered the most basic building block or component for any programming language construct. Variable hold information, references and are both storage location and a symbolic name holding data that relevant to a proper execution of the code. For example in the attached Javascript code that prints relevant information for Operating System upgrade, there are ...