tisaigon
Member
Hi
i use simple flow with test code from topic but error "SyntaxError: Invalid or unexpected token"
My current code from https://forum.pabbly.com/threads/javascript-code-by-pabbly.9884/
please help
i use simple flow with test code from topic but error "SyntaxError: Invalid or unexpected token"
My current code from https://forum.pabbly.com/threads/javascript-code-by-pabbly.9884/
please help
let name ='john';
if (name != "") {
console.log('got name!', name);
}
return {id: 1234, hello: 'world!', name: name};