Skip to content

feat: Resolve basic function tasks #148

Open
zanetasochon wants to merge 3 commits intodevmentor-pl:masterfrom
zanetasochon:master
Open

feat: Resolve basic function tasks #148
zanetasochon wants to merge 3 commits intodevmentor-pl:masterfrom
zanetasochon:master

Conversation

@zanetasochon
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.

 Żaneto,
 
 Jest super! - bez uwag 👍 🥇

console.log('Twój aktualny czas to:', 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.

👍

console.log(name);
};

sayHello('Hello, 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.

👍

};

const sumNumber = sum(4);
console.log('Wynik sumy to:', sumNumber);
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.

👍

}
};

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