Skip to content
Snippets Groups Projects
Commit 62845f56 authored by frajuar's avatar frajuar
Browse files

segundo commit

parent 055819d7
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ document.addEventListener('DOMContentLoaded', function () {
if (key !== "countryName") {
// Convert the value to a number if it's a valid number, otherwise keep it as a string
const value = isNaN(fila[key]) ? fila[key] : parseFloat(fila[key]);
countryData.push(value);
/*console.log(value);*/
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment