Compare commits
No commits in common. "f69531b8e21583a85adac7b3f60da1f377d5b5f9" and "50095a3a48872bf53c2043f0e07e09924f19a06e" have entirely different histories.
f69531b8e2
...
50095a3a48
2 changed files with 3 additions and 13 deletions
|
@ -19,10 +19,3 @@ const item = anormalArray[1]; // is {b:'b'}
|
||||||
anormalArray.splice(2);
|
anormalArray.splice(2);
|
||||||
item; // is undefined :(
|
item; // is undefined :(
|
||||||
```
|
```
|
||||||
|
|
||||||
Workaround by creating a new object:
|
|
||||||
|
|
||||||
```js
|
|
||||||
const item = { ...anormalArray[1] };
|
|
||||||
// although if you have object or array children it may still break...
|
|
||||||
```
|
|
||||||
|
|
9
index.md
9
index.md
|
@ -16,13 +16,10 @@ Algunas cosas que escribí:
|
||||||
Algunas cosas que hice:
|
Algunas cosas que hice:
|
||||||
|
|
||||||
- [Este sitio](https://gitea.nulo.in/Nulo/sitio)
|
- [Este sitio](https://gitea.nulo.in/Nulo/sitio)
|
||||||
- [DlBot](https://t.me/dlthefourthbot): un bot de Telegram que descarga videos de TikTok e Instagram ([código](https://gitea.nulo.in/Nulo/dlbot4))
|
|
||||||
- [Manejador de Tareas](https://tareas.nulo.in)
|
|
||||||
- Proyectos experimentales:
|
|
||||||
- [Schreiben](https://beta.schreiben.nulo.ar): una aplicación para escribir cosas ([código](https://gitea.nulo.in/Nulo/schreiben))
|
|
||||||
- Juguetes:
|
- Juguetes:
|
||||||
- [Cuarentena](https://cuarentena.nulo.in)
|
- [Cuarentena](https://cuarentena.nulo.in)
|
||||||
- [[txt2txt]]
|
- [[txt2txt]]
|
||||||
|
- [Manejador de Tareas](https://tareas.nulo.in)
|
||||||
- Laburos:
|
- Laburos:
|
||||||
- [Salvá la costanera](https://salvalacostanera.com.ar), [código](https://gitea.nulo.in/Nulo/salva-la-costanera)
|
- [Salvá la costanera](https://salvalacostanera.com.ar), [código](https://gitea.nulo.in/Nulo/salva-la-costanera)
|
||||||
- Y otros [[Proyectos]].
|
- Y otros [[Proyectos]].
|
||||||
|
@ -33,8 +30,8 @@ Algunas cosas de las que soy parte:
|
||||||
|
|
||||||
Algunos links mios:
|
Algunos links mios:
|
||||||
|
|
||||||
- <a rel="me noopener noreferrer" href="https://todon.eu/@Nulo">Mastodon</a>
|
- <a rel="me noopener noreferrer" href="https://todon.eu/@Nulo">Mastodon</a>
|
||||||
- Mis [repositorios de código en Gitea](https://gitea.nulo.in/Nulo) y en [GitHub](https://github.com/catdevnull)
|
- Mi [Gitea](https://gitea.nulo.in/Nulo)
|
||||||
|
|
||||||
## Feed de personas que me parecen copadas ([[Mi webring.gen]])
|
## Feed de personas que me parecen copadas ([[Mi webring.gen]])
|
||||||
|
|
||||||
|
|
Reference in a new issue