Udemy - Basic Operators - Assignment

This issue has been tracked since 2021-08-17.

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 wrote this answer on 2021-08-18

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 wrote this answer on 2021-08-18

Thank you so much!

HannahNG1109 wrote this answer on 2021-08-19

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

More Details About Repo
Owner Name jonasschmedtmann
Repo Name complete-javascript-course
Full Name jonasschmedtmann/complete-javascript-course
Language JavaScript
Created Date 2018-06-14
Updated Date 2023-03-29
Star Count 12137
Watcher Count 850
Fork Count 14403
Issue Count 153

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date