JavaScript Tutorial – Celsius to Fahrenheit

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Finally, one where they look into the camera instead of at a script.

Khadi-C
Автор

You need to declare variables with “var” “let” or const

yurilsaps
Автор

With units tests it could be much more better, keep going! 🎉

paweciosek
Автор

You'd think they'd be standard funcs.

rautamiekka
Автор

Yeah cool but they dont want this from us they want real codes. i mean real projects. i know how to create non return functions but if i dont use it in real projects i can not be programmer. Well i stuck there.. i learn basics and not use them in real projects.. so i have some materials but dont know have to build.. any advice for me ??

crazyheart
Автор

not bad but it is not better avoid using hard coded numbers in formulas? for example for better readability and clean code we could have constant for numbers in formula

amirarashi
Автор

this is my first programing function which i was made, 😅😅

raishasnain
Автор

Hello everyone, pls I need u guys help.I was asked to code a temperature converter with javascript nd am done but it is not active

HamisuGambo-tvdh
Автор

The whole arithmetic operation is shorter than name of the function. If such function is really needed In es6 you can just do TempC2F = (temp_c) => {return (temp_c * 9 / 5) + 32;}

ivanperehiniak