Skip to content
#

ECMAScript

ecmascript logo

ECMAScript is the standardization of the family of scripting languages that includes JavaScript. New versions of the standard are released every year.

Here are 1,061 public repositories matching this topic...

pubmikeb
pubmikeb commented Aug 16, 2021

Please describe what the rule should do:
Starting V8 v.9.3, Object.prototype.hasOwnProperty.call can be replaced with an alias/syntax sugar Object.hasOwn, which is much more read-friendly. Further information: https://v8.dev/features/object-has-own

What new ECMAScript feature does this rule relate to?
Promoting using of an alias/syntax sugar Object.hasOwn instead of `Object.prot

Created by Brendan Eich, Ecma International

Organization
tc39
Website
www.ecma-international.org
Wikipedia
Wikipedia