Skip to content

practice-js-basics-functions done#149

Open
satoshi300 wants to merge 4 commits into
devmentor-pl:masterfrom
satoshi300:master
Open

practice-js-basics-functions done#149
satoshi300 wants to merge 4 commits into
devmentor-pl:masterfrom
satoshi300:master

Conversation

@satoshi300

Copy link
Copy Markdown

No description provided.

@devmentor-pl devmentor-pl left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Michale,

Wszystko ok 👍

Comment thread 01/app.js
console.log(time);
}

showTime(); No newline at end of file

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment thread 02/app.js
}

sayHello('Michal');
sayHello('devmentor.pl'); No newline at end of file

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment thread 03/app.js

console.log(sumNumbers)

console.log(fn(10), fn(20))

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment thread 04/app.js
if(counter>5){
clearInterval(idInterval);
}
}

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants