DOMOWE LECZENIE


JavaScript Tutorial for Beginners: Learn JavaScript in 1 Hour{



Watch this JavaScript tutorial for beginners to learn JavaScript basics in one hour. 🔥 Want to master Java . Oglądalność, zainteresowanie, oceny: 4785618, czas trwania 48m 17s, ocena 83924, reakcje 4316.

Wasze komentarze:


JavaScript Tutorial for Beginners: Learn JavaScript in 1 Hour

- 🙏 Enjoyed this video? Please vote for me as the Top Programming Guru. It takes only a second and your support means a lot to me: https://bit.ly/2G7tf2s
- Ads in 5...4...3...
- Thanks for the ads.
- if i download node it doesnt open like its opened to you.How i can use it to make a folder if it doesnt open like it opened to you?
- the time around at 17:14, how did you open the console? waiting for you reply
Thank you.
- What is the benefit of using node when anyone can just run the script in a browser instead? Also, its 2021 now. Is node still considered safe?
- Hello how we will run javascript program in node
- I just want to make a discord bot
- @ programming with Mosh
Thank you so much for this information I am going to enroll in your course by asking my dad cause I have been searching all along the web for free courses and all of them are so advanced or the accent is hard to understand !!!

Wishes and love from india❤️❤️❤️
- لاو فرام ایران
- Odwiedź może tu przycinanie roślin, zawsze coś przydatnego.
- I try to run the index.js in the terminal in vscode but get the following eror:

At line:1 char:7

+ $node index.js
+ ~~~~~~~~
Unexpected token 'index.js' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
- For years I have been searching for the best JAvascrit course tutorial, something really efective but short and extremely didactic, and thi is it : ) , thanks so much for a great effort !! : )
- What is the vs code color theme you are using?? It is soo goood!!
- nice sir ..tnk u so much
- why does your screen not show pulling up command prompt and how to get to the folder in order to connect it with node -_- 14:07
- Edit: For Windows!
1. To Open Inspect/DevTools
Press CTRL-SHIFT-I
2. For Anyone Who Wants To Make The Inspect Window Always On Top
Press CTRL + Spacebar
- Original Question:
Write a function addWithSurcharge that adds two amounts with surcharge. For each amount less than or equal to 10, the surcharge is 1. For each amount greater than 10 and less than or equal to 20, the surcharge is 2. For each amount greater than 20, the surcharge is 3.

Example: addWithSurcharge(10, 30) should return 44.


Coded Answer:

function addWithSurcharge (a,b) {

let sum = a + b;

if ( sum < 10) {
return sum += 2}

else if (sum > 10 && sum <= 20) {
return sum += 2}

else if (sum > 20 && sum < 30) {
return sum += 3}

else if (sum >= 30 && sum < 40) {
return sum += 4}

else if (sum > 40) {
return sum += 5}
};



————————————————————————-


I simply do not understand why this works.

FYI: I am a beginner

Thanks in advance
- Any discounted coupon code for this course?
- Please share the full course link
- im gonna break my monitor