JavaScript on Exercism 001 - Hello World

preview_player
Показать описание
A good way to learn to write algorithms is to learn it with "real-life" projects. Exercism offers such an aproach to learning many programming languages. I thought I guide you through the JavaScript section by making videos about the exercises.

In the first exercise we are going to solve the typical "Hello, World" coding problem.

Do the exercises on Exercism yourself (it's free) and refer to the walkthrough when you get stuck.

-------------------------------------------------------------------
-------------------------------------------------------------------
Music by Silent Partner
-------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

export const hello = () => {
return 'Hello, World';
};

zach-anam
Автор

I submit it from VS but it doesn't seem to work... HELP!

thepukeproject
Автор

this doesnt come up for me when i try do the exercise any help tips?/

riddali