Erica N
JavaScript Algorithm to Check for a Perfect Square Number
Checking if a number is a perfect square
JavascriptAlgorithmsCoding
JavaScript Algorithm: Convert String Characters into ASCII
Create a function that will return an array containing the ASCII codes of each character from a string.
JavascriptAlgorithmsAscii
JavaScript Algorithm: Distance Between Points
Create a function to calculate the distance between two points defined by their x and y coordinates.
JavascriptAlgorithmsCoding