⬅︎ Back to What English stop words overlap with JavaScript reserved keywords?
Thanks! I don't work on that search engine any more but I hope the people who took over is considering this.
not reserved words but: - "as" is commonly used in typescript. - "then": Promise.then() - And now we have "at" in arrays: [1,2,3].at(1)
Comment
Thanks!
I don't work on that search engine any more but I hope the people who took over is considering this.
Parent comment
not reserved words but: - "as" is commonly used in typescript. - "then": Promise.then() - And now we have "at" in arrays: [1,2,3].at(1)