0

JS_Example.js

 2 years ago
source link: https://gist.github.com/infinity-mayank/6e55947939ed2472c6639d18fcea7100
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
JS_Example.js · GitHub

Instantly share code, notes, and snippets.

// This is for aligning // with // image/video // examples var a = 10; var b = 20; function aFunctionToCall(x, y) { var sum= x+y; return sum; } var output = aFunctionToCall(a,b); console.log(output);


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK