Files

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.