ASCII in JS
Description
This function returns the number code of a character on the ASCII table (JavaScript charCodeAt function Documentation).
Sample Source Pattern
Syntax
Arguments
index
(Optional): Index of string to get character and return its code number on the ASCII table. If this parameter is not specified, it takes 0 as default. \
Return Type
Int
.
Examples
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated