top of page

Buscar


Desafio 1
Desafie sua mente e ganhe prêmios em dinheiro! Resolva nossos desafios para a chance de ganhar PIX. Venha se divertir e competir agora!
Fábio Henrique
30 de abr. de 20241 min de leitura
111 visualizações
2 comentários

Javascript - Update URL query string without refreshing the page
In order to update the query string of an URL without reloading the page, we can use the history.pushState() method. This method receives...
Fábio Henrique
18 de jan. de 20221 min de leitura
5.004 visualizações
0 comentário

C# - assigning null value to an anonymous type property
To assign a null value to an anonymous type property you have to cast the null value to the right type so that the compiler knows which...
Fábio Henrique
18 de jan. de 20221 min de leitura
2.337 visualizações
0 comentário
bottom of page