Skip to content

Instantly share code, notes, and snippets.

View Yn8en's full-sized avatar

TimoHartmann Yn8en

  • Hamburg
View GitHub Profile
@parmentf
parmentf / GitCommitEmoji.md
Last active July 25, 2024 13:30
Git Commit message Emoji
await new Promise(function (resolve) {
setTimeout(function () {
resolve();
}, 1000);
});
// ... Can be shortened to:
await new Promise(function (resolve) {
setTimeout(resolve, 1000);