Convertir datos
String a Number:
parseInt('100')
(sin decimales)
parseFloat('100')
(con decimales)
Number a String: .toString()