Javascript Coding Challenge - Edabit - Operate

preview_player
Показать описание
If you are new to Javascript, this video will provide some helpful tips on how to work through a coding challenge using helpful tools to work through the rough spots.

Feedback is always welcome. Happy coding!

Edabit

Template literal

Eval

Warning: Executing JavaScript from a string is an enormous security risk. It is far too easy for a bad actor to run arbitrary code when you use eval(). See Never use eval()!, below.
Рекомендации по теме