Skip to content

Commit c2b9d0d

Browse files
authored
Update README.md
1 parent b560c7b commit c2b9d0d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

exercises/02-Hello-World/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: https://www.youtube.com/watch?v=miBzmGgMIbU
3+
---
4+
15
# `02` Hello World
26

37
In JavaScript, we use `console.log` to make the computer write anything we want (the content of a variable, a given string, etc.) in something called `the console`.
@@ -16,4 +20,4 @@ Use console.log to print "Hello World" on the console. Feel free to try other th
1620
## 💡 Hint:
1721

1822
5 minutes video about the console:
19-
https://www.youtube.com/watch?v=1RlkftxAo-M
23+
https://www.youtube.com/watch?v=1RlkftxAo-M

0 commit comments

Comments
 (0)