This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// CODIGO PARA EL CONTADOR DE MIERDA | |
var n = 0; | |
var caja_de_texto = document.getElementById("number"); | |
var today = new Date(); | |
var today_abs = new Date(); | |