0 / 60 seg.

If an input loses focus, what event will be triggered?

<input type="text" id="textInput">
document.getElementById("textInput").addEventListener('_____', function(){
  console.log("Input lost focus");
});