Javascript enthusiast.
Software Developer at @libersistemas
- Jaraguá do Sul, Santa Catarina, Brasil
- https://viniceosm.github.io/
Pinned Loading
-
-
-
Herança ES5 vs ES6 | super/extends
Herança ES5 vs ES6 | super/extends 1//---- ES6
23class Pessoa {
4constructor(nome) {
5this._nome = nome;
-
editions and years of ecma
editions and years of ecma 1New editions (starting with 2015) will be named ES followed by the year of release.
23| editions | year |
4|--|--|
5|[ES1](https://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262,%201st%20edition,%20June%201997.pdf): |June 1997 |
-
order by [nome or idade] array of ob...
order by [nome or idade] array of objects js 1let pessoas = [
2{
3nome: 'Naiara',
4idade: 18
5},
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.