Controlling Statement are use to control the flow of the execution in the program based on certain conditions. 1) Decision Making (condition statemen…
Read moreThere are majorly 5 type of operators: 1) Arithmetic(+,-,*,/,%) E.g let x = 5; let y = 6; let add = x+y; let sub = x-y let multiply = x*y let devide…
Read moreType of variable to store value in variable: 1: var 2: let 3: const Let vs const Let : mutated later it can be changed (function scope). The let val…
Read moreWe have 2 data types jn JavaScript: 1: Objective : use to store complex data structure. Including collection of properties and methods. 2: primitive …
Read more1: Variables should be in camel case letters. E.g: myNameIsShivm 2: Variable can not carry number E.g: 1myName 3: Mera character not allowed %$#@&…
Read moreWhat is JavaScript? JavaScript is a high level object oriented programming language. Programming is a set of instructions which has metho…
Read moreWhat is web? Every language has different role to play HTML: is to create structure Css: to give styling, colors, style JavaScript: for making websi…
Read moreAlgorithm:- Mathematical ai- knowarizmi algorithm following charactersticks: 1) input : may or may not require the input 2) output : ea…
Read moreThere are multiple types of Data mainly 3 type of data. 1d= this store data in either row or column format only 2d= this store data in b…
Read moreControl Structure are fundamental concepts that are used to control the flow of execution of a program. It enable a program to make decis…
Read moreAlgorithm Instructions, Flow chart Symbols, Pseudocode. Algorithm Instructions: algorithm Instructions are specific steps that a computer program f…
Read moreA Function is a block of code that performs a specific task or set of task. Functions are defined by specifying a name for the function l. A set of i…
Read moreThese are important concepts in software engineering, that are related to how components or module of a software system are organised and interact wi…
Read moreExpression & Equation are an important part of programming. In General they allow us to perform Operation. Expression: an combination…
Read moreWhat are operators?? Operators in programming are symbols or keywords that performs operations one and more operands and produce a result…
Read moreTypes of Data?? Data type in computer programming refer to the classification of data used in a program. The type of data determines the operations t…
Read moreWhat is Constant & Variable? Constant and Variable use to store data but they have different properties also uses. 1: Constant: The Value that …
Read more
Social Plugin