1 Reply Latest reply: Feb 6, 2014 2:51 AM by somers.m RSS

    native map in javascript

    somers.m Community Member

      Just wondering if someone can tell me why this code generates an error in Extendscript

       

      [0,1,2].map(function { alert(i); });

       

       

      funny when I import underscore.js the _.map seems to work fine