complete-javascript-course icon indicating copy to clipboard operation
complete-javascript-course copied to clipboard

Udemy - Basic Operators - Assignment

Open Cekre9 opened this issue 4 years ago • 3 comments

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.

Cekre9 avatar Aug 17 '21 17:08 Cekre9

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 :)

HannahNG1109 avatar Aug 18 '21 10:08 HannahNG1109

Thank you so much!

Cekre9 avatar Aug 18 '21 11:08 Cekre9

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 :)

HannahNG1109 avatar Aug 19 '21 06:08 HannahNG1109