Hey, great question! I knew because of my knowledge of the replace function so Hackability didn't tell me that I just used it to enumerate the methods. One way to do this is enumerate and then look up the function on MDN. Using this method I found an interesting function:
Array.fromAsync([1],alert)
Array.fromAsync([1],alert)
Comments