Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

109
Vistas
Extracting the initCover function

I was given these instructions:

I need to do this.

  1. Cut out the initCover function

  2. Write initCover where the function used to be

  3. Paste the initCover function above the videoPlayer.init code.

How is this done?

videoPlayer.init({
  afterPlayerReady: function initCover() {
    manageCover.init(function playVideo() {
      videoPlayer.play();
    });
  }
});
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Not sure what the problem is, (are you getting any error message?)...

//# Cut out the "initCover" function
//# Paste the "initCover" function above the "videoPlayer.init" code.
function initCover()
{
    manageCover.init(   
                        function playVideo() 
                        { 
                            videoPlayer.play(); 
                        }
                    );
}

//# Write "initCover" where the function used to be
videoPlayer.init( initCover() ); //# eg: run initCover function from here
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda