Quantcast
Channel: LiveCode Forums
Viewing all articles
Browse latest Browse all 757

Getting Started with LiveCode - Experienced Developers • Livecode and Javascript

$
0
0
If I "do [below code] with "'javascript'":

CODE:

function add(a, b) {    return a + b;}const res = add(5, 10);console.log(res);

How do I get 15 in "the result"?

What am I missing?

Statistics: Posted by JereMiami — Fri Mar 14, 2025 11:30 pm



Viewing all articles
Browse latest Browse all 757

Trending Articles