Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Provide information on what ES version a JS feature is added in #1682

Closed
1 of 3 tasks
Judimax opened this issue May 30, 2019 · 1 comment
Closed
1 of 3 tasks

Provide information on what ES version a JS feature is added in #1682

Judimax opened this issue May 30, 2019 · 1 comment

Comments

@Judimax
Copy link

Judimax commented May 30, 2019

Request type

  • Please close this issue, I accidentally submitted it without adding any details
  • New documentation
  • Correction or update

Details

Correction or update

when im learning about items in javascript, closures ternary operators higher order methods for functions and the sort i dont know what ecmascript version they are es5 es6 eslint and so i, i need this in the specs because this is crucial to my API projects thanks much MDN the best

for now since i think of using closures, tell me is clousres in the use of

function Foo(bar){
var _name = bar
function getName(){return _name}
}
is es5 javascript

and fix the global larger problem thanks much MDN the best

@chrisdavidmills chrisdavidmills changed the title https://developer.mozilla.org/en-US/docs/MDN/Feedback Provide information on what ES version a JS feature is added in Jun 12, 2019
@Elchi3 Elchi3 added this to Needs triage in JavaScript docs MDN content board May 18, 2020
@Elchi3 Elchi3 moved this from Needs triage to Low priority in JavaScript docs MDN content board May 20, 2020
@Elchi3
Copy link
Member

Elchi3 commented May 20, 2020

Duplicate of #2735

@Elchi3 Elchi3 marked this as a duplicate of #2735 May 20, 2020
@Elchi3 Elchi3 closed this as completed May 20, 2020
JavaScript docs MDN content board automation moved this from Low priority to Closed May 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants