Lorenzo Pichilli 6a7963e4fd fixed android zoom, added new ios webview options, added
>  onLongPressHitTestResult event, updated test cases, fixed Promise polyfill, fixed android options
2020-05-09 04:36:07 +02:00

4 lines
64 B
JavaScript
Executable File

function add(a, b) {
return a + b;
}
console.log(add(10, 20));