jonasschmedtmann / complete-javascript-course

Starter files, final projects, and FAQ for my Complete JavaScript course
https://www.udemy.com/the-complete-javascript-course/?couponCode=C3GITHUB10
15.52k stars 16.7k forks source link

Udemy - Basic Operators - Assignment #189

Open Cekre9 opened 3 years ago

Cekre9 commented 3 years ago

Hello dear Jonas, I would like to ask how to do 5th task in LECTURE: Basic Operators. I did first 4 but i don't know what to do on 5th. Please answer I do not want to go to the next lesson because I want to understand everything from this one. Thank you in advance.

HannahNG1109 commented 3 years ago

hey :) u mean the lecture: basic operator? ​right? i just write it as normal string like this const description = 'Portugal is in Europe, and its 11 million people speak Portuguese; console.log(description);

I am not sure, when I compare it to the answer, I don't get the answer as well. so I just do as normally this is my whole answer for that basic operators

let population = 4.917 / 2; population++; console.log(population); console.log(6); console.log(4.917 > 6); console.log(4.917 < 33); const description = 'Portugal is in Europe, and its 11 million people speak portuguese';

console.log(description);

If the teacher see this message, hope he answer you and my question. I don't get the answer on the sheet as well. So I do as normally for the last question. don't know whether it is right or not. may be just move on to the next one :)

Cekre9 commented 3 years ago

Thank you so much!

HannahNG1109 commented 3 years ago

i watch the next lecture about 'string and template literals' today. So I know how to do the 5th (the last one) now. it comes to more obvious :) if u r already watch it, I am sure u understand what I am talking about :)