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.
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 :)
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 |
Issue Title | Created Date | Updated Date |
---|