DEV Community

Discussion on: Stop using Array[index], use Array.at() instead

Collapse
 
pengeszikra profile image
Peter Vivo

When I was used .at in complex project which developed under chrome browser and everything is work fine, but after run that program under Electron, then crashed ... because Electron JS engine is not the latest one, so this function also proper to guard against older JS engine.