array properties js sheet code example
Example 1: javascript to array
Array.from("Hello"); // ["H", "e", "l", "l", "o"]
Example 2: array
// An array in javascript is basicly a data structure set out like this:
const MyArray = {"Object1", "Object2", "Object3"};