Skip to content

Instantly share code, notes, and snippets.

@ilyasozkurt
Created February 15, 2023 12:50
Show Gist options
  • Save ilyasozkurt/69bc8fdba7a6fd7d1a749e689dba7364 to your computer and use it in GitHub Desktop.
Save ilyasozkurt/69bc8fdba7a6fd7d1a749e689dba7364 to your computer and use it in GitHub Desktop.
console.log('A'.charCodeAt(0)); // 65
console.log(String.fromCharCode(65)); // "A"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment