Website design & Development

Website design & Development Expert area: web design( photoshop cc),graphics design( illustrator cc)web development(html5,css3,bo
(1)

JavaScript FunctionsA Javascript function is a group of statements that performs specific tasks. It is mainly used due t...
21/01/2023

JavaScript Functions
A Javascript function is a group of statements that performs specific tasks. It is mainly used due to avoid code repetition and It is reused again and again as per requirement.

Function Declarations
Javascript function can be declared using the function keyword followed by the function name, then parentheses (), and then code written inside curly brackets {}.
https://sudhakarinfotech.com/javascript/javascript-function-tutorial

JavaScript if/else Statement SyntaxThere are the following types of if else statements.If StatementIf else statementif e...
21/01/2023

JavaScript if/else Statement Syntax
There are the following types of if else statements.

If Statement
If else statement
if else if statement
If Statement
Javascript if statement is used to check whether the given condition is true or not. If the condition is true then execute the block of code.

General Syntax
if (condition) {
//statement
}
if (condition == true) {
//execute the code
}
https://sudhakarinfotech.com/javascript/javascript-if-and-else-statement-syntax

JavaScript - VariablesJavascript variable is basically the name of the value and it is used to store the data such as a ...
21/01/2023

JavaScript - Variables
Javascript variable is basically the name of the value and it is used to store the data such as a string of text, numbers, boolean, etc. These stored data can be set, updated, and retrieved.

How To Create Javascript Variable
Javascript variable can be created using the var keyword followed by name of the variable.

var variableName;
https://sudhakarinfotech.com/javascript/javascript-variables

21/01/2023

JavaScript - Arrays
Javascript arrays are a variable that can store more than one value at a time. It is categorized into two-part based on the array's keys.

1 Numeric Array
2 Associative Array
Numeric Array
Followings are the way to create an array.
1 Array Literal
2 Using Javascript new Keyword
Creating Array Using Array Literal
It is the easiest way to create the javascript array. Place all the array elements inside the square bracket and separate every javascript array element with the comma,.
General Syntax
const array_name = [item1, item2, ...];
https://sudhakarinfotech.com/javascript/javascript-arrays-tutorial

03/12/2022

Materialize Toast Materialize toast is basically a small alert box that appears for a couple of seconds whenever the user clicks on any link, button, etc. Steps to create Materialize CSS toast.

Address

Gorakhpur

Alerts

Be the first to know and let us send you an email when Website design & Development posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Website design & Development:

Share