¿Esta es tu empresa?
Write a function that given a string number returns the int representation of it
Anónimo
Start with a sum of zero. For each character is the string multiply sum by 10 and then convert it to an int and add to sum.
Write a function? If it's JavaScript you can just use parseInt() and be done.
Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información de primera mano.
Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.