Skip to content

Instantly share code, notes, and snippets.

@koalicioous
Created September 26, 2021 02:11
Show Gist options
  • Save koalicioous/608eaae50efc499cfdbde21c2414ff6f to your computer and use it in GitHub Desktop.
Save koalicioous/608eaae50efc499cfdbde21c2414ff6f to your computer and use it in GitHub Desktop.
function panjangString(teks) {
console.log(teks.length)
}
panjangString(15)
//Hasil: undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment