- 0 Downloads
- 0 Views
- Download Now View Demo
- HTML
- JavaScript
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>A Pen by Alex Newman</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
</head>
<body>
<script src="js/index.js"></script>
</body>
</html>
/*Downloaded from https://www.codeseek.co/alexnewman/a-pen-by-alex-newman-RxEJgb */
var sum = function sum(a, b) {
return a + b;
};
console.log(sum(10, 2));