Skip to content

Files

Latest commit

author
juanantonioledesma
Mar 24, 2023
54f096d · Mar 24, 2023

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