Complete JavaScript Programming in ONE DAY
Introduction to Course – Complete JavaScript Programming in ONE DAY …
What you'll learn
Morning Time Lectures Outlines:
Introduction to JavaScript programming.
Setting up the development environment for JavaScript.
Understanding variables and their different declarations: let, const, and var.
Handling input and output operations in JavaScript.
Utilizing comments for code documentation.
Exploring different data types in JavaScript.
Afternoon Time Lectures Outlines:
7. Working with operators for mathematical calculations in JavaScript.
Manipulating and working with strings in JavaScript.
Implementing decision-making constructs such as if-else statements in JavaScript.
Night Time Lectures Outlines:
10. Implementing loops for iterative execution in JavaScript.
Working with arrays for storing and manipulating collections of data in JavaScript.
Understanding and creating functions in JavaScript for reusable code.
Exploring function overloading in JavaScript for handling multiple function definitions.
Complete MySQLi Course with Certificate
Complete MySQLi Course MySQLi is a PHP extension used for …
What you'll learn
Introduction to MySQL, PHP API, MySQL vs MySQLi
Setup & Installation, Website, and Database
Creating a MySQL Database, Connecting to MySQL Database
DDL (CREATE, ALTER, DROP, TRUNCATE, COMMENT, RENAME)
What is Query (INSERT, SELECT, Update, Delete)
Where Clause (IN & NOT IN BETWEEN, All Operators
LIKE, AND, OR, NOT Operator
LIMIT Clause, MAX Function, MIN Function
Order By, IS NULL, IS NOT NULL
Count Function, SUM Function, AVG Function
Export and IMPORT Database