Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
</body>
</html>
 
/* 
 Use `.reduce()` to calculate the 
 sum of the numbers found in the `amounts` array. 
 Save the result in a variable declared 
 with `const` called `total`
*/
const amounts = [72, 99, 21, 39, 42, 7, 32]
// add your code below
// Do not modify 
console.log(total) 
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x