Get ready for top companies with our job-ready JavaScript full course on TechVidvan: techvidvan.com/courses/javascript-course-hindi/?campaign=ytjsfc&ref=1374 Apart from structured learning, you will get: - Study Material - Notes - Practical Codes - Quizzes & Tests - Interview Questions - Real-time Projects - Videos in Sequential Order - Video Playlist - Roadmap to get job - Job updates - Industry-recognized Certificate In case of any queries, please contact us on +91-91111-33369 / info@techvidvan.com
@SaifKhan-o3s28 күн бұрын
Always Big Repect For Indian Teachers ❤❤❤❤ I am From Pakistan but Indian Teachers Love you ho gaya , aap dil sy samjhaaty hn
@prateeksolanki1749Ай бұрын
Finally, JavaScript course! Bohot dino se wait kar raha tha, thank you so much! 🙌
@DataFlairHindiАй бұрын
Keep learning with DataFlair.
@Sjeiwownsbsuw3 күн бұрын
Bhaiya bina iT degree ke job mil jayega skills ke based pe😢
@satish_kumar_pandit_737129 күн бұрын
1:11:16 Option -No JavaScript and Java are distinct languages with different use cases, syntax, and runtime environments. Java is an object-oriented, class-based programming language primarily used for server-side applications, mobile applications, and large systems development. JavaScript is a lightweight, interpreted language used primarily for making web pages interactive and dynamic.
@DataFlairHindiАй бұрын
Do you want JavaScript Projects to help you start your coding journey? leave your comment below👇
@X_MEET_GAMINGАй бұрын
Yes sir
@sumitMaurya-d1rАй бұрын
yes sir❤
@sidakhora-z5bАй бұрын
Yes sir😀
@LifeHacksandTips-v4jАй бұрын
Yes sir ❤❤
@MonishWarkeАй бұрын
Yes sir
@satyanarayantiwari2656Ай бұрын
Yeh course bilkul sahi time pe aaya! this Diwali its a best gift, thanks a lot!
@DataFlairHindiАй бұрын
Please share with all your friends and social media
@satish_kumar_pandit_7371Ай бұрын
@@DataFlairHindi i will be shared already sir 🎉
@DataFlairHindiАй бұрын
Are you excited about this course? Share your excitement in the comments and encourage me to create more courses, I am waiting.
@ToonTown_KidsАй бұрын
Please sir next course react js
@aonrazajan7992Ай бұрын
love you sir .great and outstanding method of learning
@aonrazajan7992Ай бұрын
i was w8ting for javascript course form you and finally course is here.
@aonrazajan799229 күн бұрын
1:56:12 // programme to calculate circumstance of a circle let r=12.13 let a const PI = 3.14 let circle_circum circle_circum=2*PI*r console.log("circumstance of circle : " +circle_circum)
@aonrazajan799229 күн бұрын
2:42:50 output: Area of the circle: 471.75645000000004 Area of the rectangle: 150.512929
@aman_613Ай бұрын
Thank you for putting this together! This JavaScript course will be super helpful!🙏🙏
@code-4u-u49 күн бұрын
Yes Sir i am from Jharkhand and from class 7 i ready know Html and CSS Thank You Sir!
@aonrazajan7992Ай бұрын
only one channel on youtube jis k lectures laty hoy mera interest or confidence coding mn every second of course increase hota hy
@DataFlairHindi16 күн бұрын
I'm glad you're enjoying the course!
@theaddieeАй бұрын
16:59 Tough call! But I'd say the most notable aspect is probably "we can develop any kind of application using JavaScript." It’s incredibly versatile, running from front-end to back-end, even mobile applications! The fact that JavaScript can be developed in 10 days is impressive too, but its versatility really sets it apart. Plus, its status as a top programming language speaks to its widespread use and importance.
@bhumirathore3759Ай бұрын
This course is exactly what I needed! Thanks so much for sharing it! 😊
@DataFlairHindiАй бұрын
Thanks, keep learning with DataFLair.
@ayushflute9735Ай бұрын
I’ve been wanting to learn JavaScript and this is perfect time to watch. Thanks a lot!
@yashagarwal327011 күн бұрын
pre increment :_ is a unary operator category that is use to increase the value of a variable for ex :_ a=50 console.log(++a) output is 51 pre decrement :- is a unary operator category that is use to decrease the value of any variable for ex:- a=50 console.log(--a) output is 49 this the difference between the pre increment and pre decrement
@aonrazajan799229 күн бұрын
1:44:30 // programme for addition , sub, multiplication and division let a = 10 let b =20 console.log("addition :" , a+b) console.log("substraction:" , a-b) console.log("multiplication:" , a*b) console.log("division:" , a/b)
@theaddieeАй бұрын
02:42:47 // Calculate the area of a circle let radius = 12.23; let areaCircle = 3.141592653589793 * radius * radius; // Using Pi value console.log("Area of the circle: " + areaCircle); // Calculate the area of a rectangle let length = 12.23; // assuming length and breadth are the same as the radius for the example let breadth = 12.23; let areaRectangle = length * breadth; console.log("Area of the rectangle: " + areaRectangle);
@yashagarwal327020 күн бұрын
yes sir we are ready with the full excitement for the javascript framework full course
@aonrazajan799225 күн бұрын
3:07:24 Benefit to learn javascript is that using this language and its framework we can develop and handle both client side and server side . Also , this language is used to develop mobile apps , desktop application and many other application . And it is also easy to learn .
@Coding_Skills145 күн бұрын
1:14:11 Type of z =undefined
@yashagarwal327010 күн бұрын
assignment 2 check the character is consonent or vowel let ch='a' if(ch=='a'||ch=='e'||ch=='i'||ch=='o'||ch=='u'){ console.log("character is vowel") }else{ console.log("character is consonent") } output is:- vowel
@ashishrocks8745Ай бұрын
I am soo excited for this course 😍😍😍😍 sabse jyada issi ka intezar tha ..😅😅
@DataFlairHindiАй бұрын
Instructor: I am also excited, Please share with your friends and social media.
@aonrazajan799229 күн бұрын
2:42:46 // Programme to calculate the area of a circle let radius = 12.23; const PI = 3.14 let circle_area = PI * radius * radius; console.log("Area of the circle: " + circle_area); // Programme to calculate the area of a rectangle let length = 12.23; let width= 12.23; let rect_area= length * width; console.log("Area of the rectangle: " + rect_area); output: Area of the circle: 471.75645000000004 Area of the rectangle: 150.512929
@ashishrocks8745Ай бұрын
Pre inc main pehle value increment krte hain uske baad assig And post inc main pehle ham value assign krte hain uske baad inc .
@yashagarwal327017 күн бұрын
sir circumference of circle code let r=12 let c const PI=3.14 c=2*PI*r console.log(" circumference of circle is:"+a) output is: 75.36
@shanuparauha183014 күн бұрын
2:42:47 Area of circle=469.658906 Area of rectangle=149.5729
@aonrazajan799229 күн бұрын
1:44:54 // programme to before swap and after swap 50 and 30 let num1=50 let num2=30 let num3 console.log("before swap : "+ num1 +" " +num2) num3=num1 num2=num1 num1=num3 console.log("after swap : "+num1 +" " +num2) output: before swap : 50 30 after swap : 30 50
@theaddieeАй бұрын
01:11:15 You Nope, JavaScript and Java are quite different, despite the name similarity! JavaScript is a high-level, interpreted scripting language mostly used for making web pages interactive. It runs directly in the browser and doesn’t need a special compilation. Java, on the other hand, is a high-level, compiled programming language used for building standalone applications. It requires a Java Virtual Machine (JVM) to run and is known for its portability across platforms. Think of JavaScript as the magician behind the interactivity on websites, while Java is more like the engine behind robust, standalone applications!
@deepakbarman6979 күн бұрын
Programme of greater between two numbers using if else: This is an javascript Code var a=prompt("Enter 1st number") var b=prompt("Enter 2nd number") if(a>b) document.write(a + "= is greatest number"); else document.write(b + "= is greatest number");
@sanjoydas_kali406015 күн бұрын
The facts that are interesting about javascript is its scope.
38:05 Mastering JavaScript opens up a universe of opportunities! Being adept at JavaScript means you're not just limited to one type of development. You can build dynamic, interactive websites, powerful server-side applications with Node.js, and even mobile apps. For a BTech student, this versatility means staying relevant and highly employable in a tech landscape that's ever-evolving. Plus, as a fundamental tool for many frameworks and libraries, it’s a gateway to advanced tech stacks and innovation.
@Coding_Skills145 күн бұрын
1:28:05 Ans 1.Vaild 2.Unvalid 3.Valid 4.Unvalid 5.Valid 6.Unvalid
@yashagarwal327010 күн бұрын
assignment 1 grater between two number num1=30 num2=50 if(num1>num2) { console.log( "num 1 is grater") }else{ console.log("num 2 is grater") } output :- num 2 is grater
@yashagarwal327010 күн бұрын
let a=50 if(a>10) console.log("Data flair") console.log("Indore") output is:- dataflair indore
@arianshahbaz854525 күн бұрын
as a bss student this language easy to learn and high demanding for web.❤
@theaddieeАй бұрын
58:00 Learning JavaScript opens up a world of possibilities! You get to build dynamic, interactive websites and applications. It’s a key skill for full-stack development with Node.js, and it even lets you dabble in mobile app creation. With so many frameworks and libraries like React, Angular, and Vue, you’ll always be at the forefront of web development trends. Plus, it’s one of the most in-demand programming languages out there.
@sanjoydas_kali406012 күн бұрын
JavaScript Framework ka course jitna jaldi ho payee, Vivek Sir, Hum jaise students k liye layee
@DataFlairHindiАй бұрын
Ready to get hands-on with practicals? Comment "JS code" if you want all the codes used in this full course
@sidakhora-z5bАй бұрын
JS code
@ashishrocks8745Ай бұрын
@@DataFlairHindi js code
@pinkidatta4202Ай бұрын
Js sir please give
@X_MEET_GAMINGАй бұрын
Js Code
@sourabhdalvi54225 күн бұрын
Js code
@Coding_Skills145 күн бұрын
1:32:30 option d
@ashishrocks8745Ай бұрын
area of circle = 469.14[pi*r*r] and rectangle r*r [149.57] ans
@ashishrocks8745Ай бұрын
A= 51 B= 22 C=true(due to sort ckt)
@yashagarwal327011 күн бұрын
a=50 b=30 a>b ? console.log(" grater number is: " +a):console.log(" grater number is : "+b) output is:- grater number is 50
@Coding_Skills145 күн бұрын
1:11:21 Option No
@yashagarwal32709 күн бұрын
let n=2 switch(n) { case 1: console.log("ONE") break; case 2: console.log("TWO") break; case 3: console.log("THREE") break; case 4: console.log("FOUR") case 5: console.log("FIVE") break; default: console.log("number is invalid") } sir we can use break keyword to execute the that particular case only
@sanjoydas_kali406015 күн бұрын
Since Java was a popular language before hand, the developer of JavaScript would feel the developer of Java initially
@luckygaming907629 күн бұрын
Yes sir we are excitement too much ❤
@X_MEET_GAMINGАй бұрын
Thank you so much for this JavaScript course! Been waiting for something like this. 🙌
@yashagarwal327020 күн бұрын
fact no 3 are the very shocking for me that is the we develop not only web applications from the javascript but we can use the javascript in multiple area in the development
@DataFlairHindiАй бұрын
Do you want interview questions of top companies? Comment the name of your dream company, and we'll share the interview questions and answers for the company with the most comments. - Dr Vivek Uprit
@technicalvlogs4664Ай бұрын
Microsoft
@ashishrocks8745Ай бұрын
Adobe
@sidakhora-z5bАй бұрын
Google
@LifeHacksandTips-v4jАй бұрын
Microsoft 😊
@X_MEET_GAMINGАй бұрын
JavaScript course ❌ Tehelka JavaScript course ✅ Vivek Sir, Tussi Great Ho ✨❤️
@ashishrocks8745Ай бұрын
Best js course ever ❤❤😍
@sidakhora-z5bАй бұрын
❤
@yashagarwal327010 күн бұрын
a=50,b=50,c=50 console.log(a==b==c) output is :- false 0
@mehtabkhan-nf9vh22 күн бұрын
Developed in 10 days - looks to be very interesting facts sir
@MZ-Motiv0786Ай бұрын
Sir, you understand the app so well, all the problems are solved, thank you very much for the app.❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💫💫💫💥💥💥💥💥💫💥💫💫💥💫💥💫💫Happy Dipawali sir 🎉🎉🎉🎉🎉🎉
@deepakbarman6979 күн бұрын
Programme to check whether the alphabet is vowel or consonent This is an javascript Code var al=prompt("Enter the alphabet number"); if(al=='a' || al=='e' || al=='i' || al=='o' || al=='u') document.write("it's vowel"); else document.write("it's consonant");
@saicharan112927 күн бұрын
var e = 'z' console.log(typeof(e)) console.log(typeof(z)) output: string Undefined
@aonrazajan7992Ай бұрын
All facts about js are outstanding but the most amazing fact about is that in javascript we can develop any kind of applications.
@theaddieeАй бұрын
07:15 why livescript is called java script LiveScript was originally the name for what we now know as JavaScript When JavaScript was first created by Brendan Eich at Netscape in 1995, it was initially called Mocha, then renamed to LiveScript However, at that time, Java was very popular, and to leverage this popularity, the name was changed to JavaScript just before its official release So, the name "JavaScript" was chosen to position the new language as a "younger brother" of Java, even though the two languages are quite different
@yashagarwal327010 күн бұрын
let a=5 if(a>10) console.log("Data flair") console.log("Indore") output is indore
@saicharan112927 күн бұрын
console.log("40"-10) => 30 console.log(40-10)=> 30 => numeric Subtraction console.log("40" + "10") => using "+" it declare concatinate both values (4010) console.log("40" - "10") => 30 Here We are using "-" this symbol cannot concatinate with values
@yashagarwal327011 күн бұрын
a=50 b=20 c=(++a>10|| ++b>30) console.log(a) console.log(b) console.log(c) a=51 b=20 c= true c is true because the logical or|| is also known as the short circuit operator in javascript it is the true evaluating operator it founds true in first condition then it does not check the other condition and gives the true as an output
@ashishrocks8745Ай бұрын
Concept max no A>b &&a>c ? A is great B>a && b>c ? B gr C>a && c>b ? C greater 😅 hope
@aonrazajan799225 күн бұрын
3:30:39 output of a : 12 output of b: 22
@yashagarwal327012 күн бұрын
a=50 b=10 c=0 console.log(a>b>c) output is true
@Coding_Skills145 күн бұрын
1:35:10 Vivek
@VickyKumar-singhАй бұрын
1:12:35 java is a high level language And java script is a clint side scripting language
@lokadhikari455416 күн бұрын
I am from Nepal. Your video are amazing sir. I want next video on next js framework .
@yashagarwal327010 күн бұрын
let a=50 if(a>10); console.log("Data flair") output is the dataflair
@25sagarghodsare29Ай бұрын
Why Livescript is called Javascript ? LiveScript was originally the name for what we now know as JavaScript When JavaScript was first created by Brendan Eich at Netscape in 1995, it was initially called Mocha, then renamed to LiveScript However, at that time, Java was very popular, and to leverage this popularity, the name was changed to JavaScript just before its official release So, the name "JavaScript" was chosen to position the new language as a "younger brother" of Java, even though the two languages are quite different
@aonrazajan7992Ай бұрын
i want to learn javascript technology to get placement in top companies and want to become one and only one programmmer in my family . And this will be possible with great effort by vivak sir and team data flair
@DataFlairHindi16 күн бұрын
Yes, you can become a great programmer and land in a job in MAANG company. Keep working hard and keep learning with DataFlair.
@VickyKumar-singhАй бұрын
JavaScript is incredibly versatile and can be used to develop a wide variety of applications, including: Web Applications Game development App development Mobile development
@yashagarwal327012 күн бұрын
a=10 b=++a+ a++ console.log(a) console.log(b) output is a =12 b=22
@VickyKumar-singhАй бұрын
Yes we need framework course of java script.
@yashagarwal327010 күн бұрын
a=10,b=20,c c=++a>50&&++b>10 console.log(a) a=11 console.log(b) b=20 console.log(c) c=false b 20 isliye aya kyuki first condition is false then other condition will not be check by compiler
@shanuparauha183018 күн бұрын
real time project sir💓
@ahmadraza5694Ай бұрын
Thank you very much Sir ❤ Waiting for React. Js and Node. Js please..........
@sanjoydas_kali406015 күн бұрын
Yes it is the most popular scripting language, and can be used to develop any kinds of applications
@DataFlairHindi13 күн бұрын
Thank you for your feedback! We’re constantly working on new videos to help you learn better. Stay tuned for more!
switch (ch) { case 'a': break; case 'e':break; case 'i':break; case 'o':break; case 'u': break; Defalut consonent
@X_MEET_GAMINGАй бұрын
Celsius = (Fahrenheit - 32) * 5/9
@X_MEET_GAMINGАй бұрын
A=10 B=20 C=A+B console.log(C)
@yashagarwal327019 күн бұрын
no 5: 30 no 6:- 4010
@deepakbarman6979 күн бұрын
Programme of to check the year is leap year or not This is an javascript Code var YEAR=prompt("Enter the year") if(YEAR % 4==0) document.write(YEAR + "= is leap year"); else if(YEAR%400==0) document.write(YEAR + "= is leap year"); else if(YEAR%100==0) document.write(YEAR + "= is not leap year"); else document.write(YEAR + "= is not leap year");
I learn coding because my goal is Software engineer
@rubikhan478515 күн бұрын
Amazing sir. Please make next video on Advance JavaScript and Nodejs
@DataFlairHindi14 күн бұрын
Thanks for the suggestion! We'll consider it for future videos.
@yashagarwal32708 күн бұрын
let ch = 'z'; switch (ch) { case 'a': case 'e': case 'i': case 'o': case 'u': console.log("The character is a vowel"); break; default: console.log("The character is a consonant"); }
The reason to learn javascript according to its facts is that it has a vast ecosystem and community support, making it versatile for both front-end and back-end development.Also, it it's use in all king of application development.
@DataFlairHindi16 күн бұрын
That's right, JavaScript's versatility is unmatched, making it a must-learn for front-end and back-end development.
@DataFlairHindiАй бұрын
Instructor's Note: Hello Dosto, swagat hai aapka JavaScript full course mein. What do you want along with this FREE JavaScript course? Study material / Practical codes / Quizzes / Certificate comment now!! 👇
@VickyKumar-singhАй бұрын
I want certificate.
@Khushbupandey3070Ай бұрын
Good evening sir
@uttpalkant2860Ай бұрын
Good evening sir
@Khushbupandey3070Ай бұрын
Yes sir
@Khushbupandey3070Ай бұрын
Yes sir
@yashagarwal327011 күн бұрын
let a = 50; let b = 60; let c = 90; let d = 110; let max = (a > b && a > c && a > d) ? a : (b > c && b > d) ? b : (c > d) ? c : d; console.log("The greatest number is:", max); output is grater no is 110
sir your teaching way is amazing and easily understandable sir please provide java and python language complete series on the youtube sir beacuse i am not able to take your paid courses i am waiting for the last 1 year to because i love to lean from you only sir i have learn many things and take knowledge form your lecture and many things
@DataFlairHindi16 күн бұрын
I have already launched Java and Python full course on KZbin, please visit our channel
@sudhansu_samantaray_officialАй бұрын
I'm from non it background but I'm so much interested in this field
@ashishrocks8745Ай бұрын
If(a>b) A is great Ifelse(b>a) B is great Else C is greater