
Download and install Visual Studio Code on Windows, Mac, or Linux; accept the license, complete setup, and open VS Code to begin coding in the next lecture.
Learn HTML, the hypertext markup language that builds web pages, including doctype, root html element, head, body, and elements like title and h1.
Learn how to create an html file, include a script tag, and use console.log as a print statement to display messages such as hello Suresh in the browser console.
Learn how to declare and assign JavaScript variables using let, print values, and follow naming conventions like camelCase and underscores, while understanding case sensitivity and undefined values.
Explore data types in JavaScript, including primitive and composite data types, and learn strings, numbers, booleans, objects, arrays, functions, undefined, and null.
Explore the string data type in JavaScript by creating strings with double or single quotes, and learn escaping with backslashes for quotes.
Explore the boolean data type in JavaScript, using true and false in conditions and basic data handling. Next, examine undefined and null as core data types.
Master JavaScript basics by understanding null and undefined data types, using the typeof operator to inspect values, and distinguishing between undefined, null, and empty strings.
Learn how to create and use JavaScript objects, define key-value properties like name, age, and married, access data with dot notation, and print details from a person object.
Explore the array data type in JavaScript, create and print arrays with multiple values, access elements by index, compare with object data type, and use typeof to check data types.
Learn how to declare and call functions in JavaScript, using the function keyword, a name, parameters, and a function body with console.log, enabling reusable code.
Advance from JavaScript basics to intermediate and advanced levels across seven sections, including API creation, object checker, and landing page, with a course link to the next module.
आप ईस कोर्स में क्या क्या सीखेंगे।
1 VS Code install करना और उसमे code करना सीखे।
2 HTML मे JavaScript को Run करना सीखे।
3 JavaScript मे Output Display करना सीखे।
4 Variable क्या होता है ऐंड Variable कैसे बनाते हैं।
5 Number डेटा टाइप क्या हे ऐंड Number डेटा टाइप कैसे बनाते हैं।
6 String डेटा टाइप क्या हे ऐंड String डेटा टाइप कैसे बनाते हैं।
7 Boolean डेटा टाइप क्या हे ऐंड Boolean डेटा टाइप कैसे बनाते हैं।
8 null AND undefined डेटा टाइप क्या हे ऐंड, डेटा टाइप कैसे बनाते हैं।
9 Object डेटा टाइप क्या हे ऐंड Object डेटा टाइप कैसे बनाते हैं।
10 Object में properties OR Methods के बारे में डिटेल।
11 Array डेटा टाइप क्या हे ऐंड Array डेटा टाइप कैसे बनाते हैं।
12 Function डेटा टाइप क्या हे ऐंड Function डेटा टाइप कैसे बनाते हैं।
आप ईस कोर्स में क्या क्या सीखेंगे।
1 VS Code install करना और उसमे code करना सीखे।
2 HTML मे JavaScript को Run करना सीखे।
3 JavaScript मे Output Display करना सीखे।
4 Variable क्या होता है ऐंड Variable कैसे बनाते हैं।
5 Number डेटा टाइप क्या हे ऐंड Number डेटा टाइप कैसे बनाते हैं।
6 String डेटा टाइप क्या हे ऐंड String डेटा टाइप कैसे बनाते हैं।
7 Boolean डेटा टाइप क्या हे ऐंड Boolean डेटा टाइप कैसे बनाते हैं।
8 null AND undefined डेटा टाइप क्या हे ऐंड, डेटा टाइप कैसे बनाते हैं।
9 Object डेटा टाइप क्या हे ऐंड Object डेटा टाइप कैसे बनाते हैं।
10 Object में properties OR Methods के बारे में डिटेल।
11 Array डेटा टाइप क्या हे ऐंड Array डेटा टाइप कैसे बनाते हैं।
12 Function डेटा टाइप क्या हे ऐंड Function डेटा टाइप कैसे बनाते हैं।