{"completed":false,"question":"¿Cuál la salida del siguiente código? <pre><code>const array = [5, 12, 8, 130, 4];\nconst found = array.findLast(element => element > 10);\nconsole.log(found);</code></pre>","options":["undefined","null","4","130","12"],"correct":0,"total":0}