Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created September 4, 2019 08:31
Show Gist options
  • Save indreklasn/cb6f9cfad6abc2e7c0b8cf6eee2e5352 to your computer and use it in GitHub Desktop.
Save indreklasn/cb6f9cfad6abc2e7c0b8cf6eee2e5352 to your computer and use it in GitHub Desktop.
function sayHello(name) {
console.count(name)
}
sayHello("Indrek")
sayHello("William")
sayHello("Kelly")
sayHello("Indrek")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment