Learn JavaScript (Part-1) For Beginners | PraRoz Tutorial

  Рет қаралды 3,676

PROROZ

PROROZ

Күн бұрын

Пікірлер
@RozSez2001
@RozSez2001 3 жыл бұрын
Thank you everyone for supporting me..👇👇👇 Answer for the JS questions are here: 👇👇👇 1. // if a=31 and b=42 .. Using JS find div , sub, and modulus of these two variables. let a = 31; let b = 42; let div = a/b; let sub = a-b; let mod = a%b; document.write("The div is: " + div); document.write("The sub is: " + sub); document.write("The mod is: " + mod); ------------------------------------------------------------------------------------ 2. // find circumference of cicle if r = 33; using JS. const pi = 3.1416; let r = 33; let C = 2 *pi *r; document.write("The circumference of cirlce is: "+ C); ---------------------------------------------------------------------------------------------------------- 3.// write firstname, lastname address and phone.no of a person using JS. let fname = "PRAROZ"; let lname = "CHANNEL" let add = "KZbin" Let p_no = "123450000"; document.write("My name is: "+ fname +" "+ lname); document.write("I live in: " + add); document.write("Phone no is: "+ p_no); -------------------------------------------------------------------------- 4. /* Grade of students if 80 above A 60-80 then B 40-60 then C less than 40 FAILED. let marks = 65; if(marks >=80 ){ document.write("My Grade is A."); }else if(marks =60){ document.write("My Grade is B."); }else if(marks =40){ document.write("My Grade is C."); }else{ document.write("I Failed the Exam."); } --------------------------------------------------------------------------- 5. // write 5-30 numbers using all loops . for(let i = 5; i
@behindthescene2727
@behindthescene2727 3 жыл бұрын
was expecting this,bro! #javascript
@RozSez2001
@RozSez2001 3 жыл бұрын
Hope you enjoyed it!
@rajeshyadav90767
@rajeshyadav90767 3 жыл бұрын
Nice
@RozSez2001
@RozSez2001 3 жыл бұрын
Thanks
@tanishsingh2059
@tanishsingh2059 3 жыл бұрын
love from India sir i watch almost all videos really you are a supb
@RozSez2001
@RozSez2001 3 жыл бұрын
thank you very much😍😉
@smsmalgalay8031
@smsmalgalay8031 4 ай бұрын
Thank you so much
@smsmalgalay8031
@smsmalgalay8031 4 ай бұрын
2-The circumference of cirlce is: 207.3456
@alenarussia4508
@alenarussia4508 3 жыл бұрын
Bro how to add icons make a video on icons in login box
@RozSez2001
@RozSez2001 3 жыл бұрын
kzbin.info/www/bejne/rYvSkJqir8efo6s
@moneymakingmachine9939
@moneymakingmachine9939 2 жыл бұрын
1709.83
@smsmalgalay8031
@smsmalgalay8031 4 ай бұрын
let a=31; let b=42; let div=a/b; let sub=a-b; let mod=a%b; document.write("The div is:"+div +""); document.write("The sub is:"+sub); document.write("The mod is:"+mod); The div is:0.7380952380952381 The sub is:-11The mod is:31
Learn JavaScript  (Part-2) For Beginners | PraRoz-Tutorial
24:27
How To Create A Search Bar In JavaScript
14:28
Web Dev Simplified
Рет қаралды 428 М.
Caleb Pressley Shows TSA How It’s Done
0:28
Barstool Sports
Рет қаралды 60 МЛН
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
Learn CSS Animations In 20 Minutes - For Beginners
21:22
Slaying The Dragon
Рет қаралды 1,1 МЛН
Build this JS calculator in 15 minutes! 🖩
15:20
Bro Code
Рет қаралды 728 М.
HTML Tutorial for Beginners: HTML Crash Course
1:09:34
Programming with Mosh
Рет қаралды 9 МЛН
I Helped 2,000 People Walk Again
15:31
MrBeast
Рет қаралды 12 МЛН
You're Not Slow: Become a Speed Learner in 20 Minutes
19:19
Elizabeth Filips
Рет қаралды 2,8 МЛН
Learn HTML in 1 hour 🌎
1:00:00
Bro Code
Рет қаралды 2,4 МЛН
Top 10 CSS One Liners That Will Blow Your Mind
13:34
developedbyed
Рет қаралды 989 М.
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Coding2GO
Рет қаралды 530 М.
CSS Tips And Tricks I Wish I Knew Before
12:12
Lama Dev
Рет қаралды 498 М.