JSFiddle - React, Tailwind, and code Playground

Advanced JavaScript

by tonytlwu

JavaScript

function multiply(a, b) {
  // a and b are integers
  // return the multiplication of the two values without using the multiplication operator
}