• Post category:StudyBullet-3
  • Reading time:5 mins read


Learn Javascript Programming Language easily In Hindi. Every Topic is explained in simple way using हिन्दी language.

What you will learn

 

Javascript Programming

Fundamentals of Programming

Problem Solving Skills

How to think like a programmer

Description

 

नमस्कार दोस्तों!

जावास्क्रिप्ट(Javascript) वह भाषा है जिसे आधुनिक डेवलपर्स को जानना, और अच्छी तरह से जानना होगा। वास्तव में जावास्क्रिप्ट जानने से आपको नौकरी मिल जाएगी, और आप quality web application का निर्माण करने में सक्षम होंगे।

इस पाठ्यक्रम में, आप जावास्क्रिप्ट के मूल सिद्धांतों को सीखेंगे, variables, constants, conditionals, loop, function जैसे बुनियादी निर्णय प्रोग्रामिंग अवधारणाओं को सीखेंगे। आप इस भाषा की सुंदरता और शक्ति को सीखेंगे जो आज आधुनिक सॉफ्टवेयर विकास में सबसे आगे है।

प्रोग्रामिंग में 6 साल के अनुभव के साथ, मैं अपना ज्ञान आपके साथ साझा करता हूं। इस कोर्स में, मैं आपको निम्नलिखित अवधारणाएं सिखाऊंगा।


Get Instant Notification of New Courses on our Telegram channel.


1. Downloading Code Editor and Browser
2. First line of code: Hello World
3. Preferences
4. Comments
5. Variables
6. Constant
7. Variable
8. Naming Rules
9. Data Types
10. String
11. Arithmetic Operator
12. Array
13. Object Literal
14. Array Of Object Literal
15.If Else
16. Comparison Operators (Part 1 + Part 2)
17. Else If
18. Logical Operator
19. Switch
20. For Loop
21. While Loop
22. For Of Loop
23. Functions
24. Return Type Functions
25. Arrow Functions

इस कोर्स में, हम 10 कोडिंग चालान भी हल करेंगे जो आपको अपने संदेह को दूर करने और अपनी सीख को लागू करने में मदद करेंगे।

अगर आपके लिए यह सही कोर्स है तो “Buy” बटन पर क्लिक करके इस पाठ्यक्रम में शामिल होकर आज ही पाठ्यक्रम शुरू करें|

हिन्दी
language

Content

 
Introduction
Intro To Course
Downloading Code Editor and Browser
First line of Code – Hello World
Editor Settings and Prefrences
Comments, Variables, Constant, Data Types and More
Comments In Javascript
Variables In Javascript
Constant In Javascript
Variable Naming Rules
Data Types : Types of Data
Strings In Javascript
Arithmetic Operators
Collection Types
Array : List of things
Object Literals
Array Of Object Literals
Decision Makers and Operators
If Else Conditionals
Comparison Operator Part 1
Comparison Operator Part 2
Else If Conditional
Logical Operators
Switch Statement
Loops
While Loops
For Loop
For Of Loop
Fun With Functions
Basics of Functions
Return Type Function
Arrow Function
Coding Challenges
1. Find Simple Interest
2. Sum of List of Numbers