Skip to content
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

Patch 1 #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Patch 1 #6

wants to merge 3 commits into from

Conversation

zeros113
Copy link

No description provided.

@Jaqui54
Copy link

Jaqui54 commented Aug 2, 2022

Programa

<script> function saltarlinea() { document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("
"); } function imprimir (frase) { document.write("" + frase + ""); saltarlinea(); } var anho=2025 imprimir("Hola amigos"); ///Este codigo calcula las edades de Juan, Pedro y Carlos) imprimir("Juan tiene:" + (anho-2020) + "anios"); imprimir("Pedro tiene:" + (anho-1995) + "anios"); imprimir("Carlos tiene:" + (anho-2005) + "anios"); </script>

@Luciaquiroga1
Copy link

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.