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

142
Vistas
How to print a console message that would always show at the bottom?

I'm curious how various websites use the console.log() function to be always located at the bottom, just like Facebook and Discord. Once the console is opened, my function should follow any previous/new console messages and be shown underneeth them.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

A simple way of doing this would be to check when the window is resized. Since you can't check the console without resizing the page, it would work (this works with both horizontal and vertical dev tools).

window.addEventListener('resize', function () {
  console.log('You resized this window or accessed the console.');
});

This could also be triggered when the window is resized, meaning that it would be better to use console.log() than alert().

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