Posts by i'ts me • 41 points
2 posts
-
-1
votes1
answer35
viewsQ: to sort an array of objects within an array of objects
i have the following data: [ { "titulo": "Livro", "descricao": "descricao do livro 1", "info": [ { "nome": "nome do livro 1", "paginas": 223, "lido": true, } ], }, { "titulo": "Trilogia 1",…
javascriptasked i'ts me 41 -
3
votes1
answer77
viewsQ: Can you create variable in git?
wanted to know if it is possible to create a variable in git to save the directories. if I just type a word or something and it automatically goes to the saved directory and such