JavaScript Spread a String Into An Array (opens in new tab)
Need an array of letters? Here’s a trick: > const alpha = [...'abcdefghijklmnopqrstuvwxyz']
Read the original articleNeed an array of letters? Here’s a trick: > const alpha = [...'abcdefghijklmnopqrstuvwxyz']
Read the original article