função node.js
function myData() {
return 123;
}
console.log(myData());
Djc Arduino
function myData() {
return 123;
}
console.log(myData());