Javascript Array test()
test()
/* Replace this file with your own JS libraries */ Array.prototype.test = function () { 'use strict'; return [1, 2, 3]; };