Montasar Jarraya
Results
1
issues of
Montasar Jarraya
When attempting to split a string using the `...` spread syntax, the behaviour is not consistent with JS specification: ```js const slicedPizza = [...'pizza']; console.log(slicedPizza); // expected ['p', 'i', 'z',...