I have been trying to use Array.prototype.values()
in my code as specified by MDN documentation and found that it doesn\'t work in any code playground. The code I\'
By the looks of the browser compatibility table at the bottom of the MDN documentation page, Array.prototype.values()
won't be supported until Chrome 66 and Firefox 60 - neither of which have been released yet! Interestingly, it is currently supported by Safari, and have just verified that myself in the developer tools.