Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 366 Bytes

multiply.md

File metadata and controls

17 lines (12 loc) · 366 Bytes

Multiply 8 Kyu

LINK TO THE KATA - DEBUGGING FUNDAMENTALS

Description

This code does not execute properly. Try to figure out why.

Solution

const multiply = (a, b) => a * b