Skip to content

zadania#146

Open
Dariadaria01 wants to merge 4 commits intodevmentor-pl:masterfrom
Dariadaria01:master
Open

zadania#146
Dariadaria01 wants to merge 4 commits intodevmentor-pl:masterfrom
Dariadaria01:master

Conversation

@Dariadaria01
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Owner

@devmentor-pl devmentor-pl left a comment

Choose a reason for hiding this comment

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

Dario,

Wszystko jest ok! - gratulację! 👍 🥇

const time = new Date().toLocaleTimeString();
console.log(time);
}
showTime();
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.

👍

return sum;
};

console.log(fn(4));
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.

👍

function sayHello(name) {
console.log('Cześć ' + name + '!');
}
sayHello('devmentor.pl');
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.

👍

clearInterval(idInterval);
}
}
idInterval = setInterval(runTimer, 5000);
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