mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-14 07:00:51 -04:00
412 B
412 B
title, block, superBlock
| title | block | superBlock |
|---|---|---|
| Introduction to Working with String Character Methods | lecture-working-with-string-character-methods | full-stack-developer |
Introduction to Working with String Character Methods
In this lecture you will learn about ASCII character encoding and how to use JavaScript's charCodeAt() and fromCharCode() methods to convert between characters and their numerical ASCII values.