How to create string from character code in JavaScript

Strings
By Jad Joubran · 
Last updated Dec 23, 2017
String.fromCharCode(67, 111, 111, 108, 46);
Cool.