Search Header Logo

Fundamentos de JS

Authored by Yaxche Manrique

Computers

University

Used 2+ times

Fundamentos de JS
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dentro de cuál etiqueta HTML se pone el archivo JavaScript?

<script> </script>

<scripting> </scripting>

<javascript> </javascript>

<js> </js>

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

En qué parte de nuestro documento HTML se debe insertar el archivo JS?

Dentro de <head>

Al prinicipio de la etiqueta <body>

Al final de la etiqueta <body>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cual es la sintaxis correcta para ligar el archivo app.js?

<script name="app.js"> </script>

<script src="app.js"> </script>

<script href="app.js"> </script>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Cuál es el código que tienes que escribir para generar este mensaje?

alert ( "Hola Mundo!" );

alertBox ( "Hola Mundo!" );

msg ( "Hola Mundo!" );

msgBox ( "Hola Mundo!" );

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Como se crea una funcion en JS?

function: myFunction( ) { }

function = myFunction( ) { }

function myFunction( ) { }

const myFunction = function ( ) { }

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cómo se manda a llamar la función myFunction?

[ Cómo se ejecuta o cómo la corremos (call, run, invoke) ]

call function myFunction( )

function myFunction( )

call myFunction( )

myFunction( )

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cuál es la sintaxis correcta de un IF?

if i === 5 then { }

if ( i === 5 ) { }

if i = 5 then { }

if ( i = 5 ) { }

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?