6a7963e4fd
> onLongPressHitTestResult event, updated test cases, fixed Promise polyfill, fixed android options
4 lines
64 B
JavaScript
Executable File
4 lines
64 B
JavaScript
Executable File
function add(a, b) {
|
|
return a + b;
|
|
}
|
|
console.log(add(10, 20)); |