loli-digital / funciones-flecha-javascript Public Notifications You must be signed in to change notification settings Fork 0 Star 0 ...
let concatenar = function (txt1, txt2) { let resultado = txt1 //Las funciones flecha con cuerpo (llaves) no tienen return implícito let concatenar_flecha = (txt1, txt2) => { //Las funciones flecha y ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results