HOLA MUNDO FLY EAGLES FLY function holi(n) { let x = "8="; for(let i = 0; i < n; i++) { x += "="; } x += "D"; return x; }