TypeScript Coach
fs
path
os
url
require
const array = [1, 2, 3]const another = array.constructor()console.log(array, another)