Fábio Henrique18 de jan. de 20221 min de leituraJavascript - 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 Henrique20 de ago. de 20211 min de leituraJavascript formatando data com regexHouveram situações que eu precisei converter datas do formato americano month/day/year para o formato brasileiro day/month/year e...