-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tarea 2 clase 5 #66
Open
Lean-Lopez
wants to merge
18
commits into
r-argentina-programa:master
Choose a base branch
from
Lean-Lopez:tarea-2-clase-5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Tarea 2 clase 5 #66
Lean-Lopez
wants to merge
18
commits into
r-argentina-programa:master
from
Lean-Lopez:tarea-2-clase-5
Conversation
This file contains 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
Especifica ruta de codigo javascript en estrucutra HTML
Creo formulario para que el cliente pueda ingresar su salario anual y calcule el salario mensual
se crea función para poder tomar los datos que el usuario ingresa en los input para poder hacer el calculo salarial pedido
se crea esta función para que realice el cálculo salarial con los datos tomados del usuario en la función anónima
el boton de reset no cumplia su función por lo que se agrega el tipo en el tag html de dicho boton
se cambia el id del input, tanto en js como en html porque no se podía realizar el calculo deseado.
Creo un formulario para que el usuario pueda ingresar sus datos al sistema.
Se cambio el titulo de la pagina para que sea mas legible, y se agrega la ruta al archivo .js correspondiente.
Agrego un campo para poder mostrar el resultado y que el usuario pueda verlo. Además agrego un id al form para que sea mas facil de manejar
La función tomara los valores ingresados por el usuario para ser procesados por el sistema
Con esta función puedo validar la edad que ingrese el usuario.
se agrega texto dependiendo de la edad del usuario
Muestro la info ingresada por el usuario en un div con display none y lo hago visible al hacer click en el boton
Se agrega archivo CSS de repositorio padre para dar estilos a la página
Se agrega texto explicativo para que se entienda que son los datos que aparecen en la pantalla al clickear el boton
Saco el $ de las variables ya que no hacen referencia a un elemento completo sino al valor de los mismos
Se hace este cambio para que el nombre de la funcion sea mas legible.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.