good first issue
Metriche repository
- Star
- (8937 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
// jshint freeze: true, esversion: 6
Array.prototype.foo = 2;
Map.prototype.foo = 2;
Expected: two Extending prototype of native object warings.
Actual: only Extending prototype of native object: 'Array' at line 2