Hi All,
i don´t know if it´s the right place but i´m blocked.
I´m doing the course of Java, and i´m in this exercise:
function functionWithArgs(one, two) {
console.log(one + two);
}
functionWithArgs(1, 2);
functionWithArgs(7, 9);
with these params it´s working fine, however I want mix text and numbers, someone could let me know if i can do it, if yes how?