minor fixes
This commit is contained in:
parent
5a024624af
commit
d20a6e3d5e
33 changed files with 357 additions and 395 deletions
|
@ -0,0 +1 @@
|
|||
console.log("It works");
|
|
@ -0,0 +1,5 @@
|
|||
Congratulations!
|
||||
|
||||
This task was simple though.
|
||||
|
||||
Go ahead to learn more.
|
11
1-js/01-getting-started/02-statements/01-console-log/task.md
Normal file
11
1-js/01-getting-started/02-statements/01-console-log/task.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Hello, world!
|
||||
|
||||
Welcome to the tasks!
|
||||
|
||||
Practicing will help you to understand theory and hone your skills!
|
||||
|
||||
The first task is simple, just to get acquainted.
|
||||
|
||||
Write the code to `console.log` a message "Hello" (you actually saw the correct right in the tutorial).
|
||||
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
// TODO: tests are executed after code (See evalWorker.js)
|
||||
//
|
||||
window.addEventListener('message', event => {
|
||||
// event.name = message or log or whatever?
|
||||
// check that console.log happened
|
||||
console.error(event);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue