repl.txt (290B)
1 2 {{alias}}() 3 Tests whether an environment supports native arrow functions. 4 5 Returns 6 ------- 7 bool: boolean 8 Boolean indicating if an environment support arrow functions. 9 10 Examples 11 -------- 12 > var bool = {{alias}}() 13 <boolean> 14 15 See Also 16 -------- 17