Fábio Henrique30 de abr.1 minDesafio 1Desafie 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 Henrique18 de jan. de 20221 minJavascript - Update URL query string without refreshing the pageIn 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 Henrique18 de jan. de 20221 minC# - assigning null value to an anonymous type propertyTo 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...