Skip to content

Instantly share code, notes, and snippets.

@hay-kathode
Created December 6, 2021 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hay-kathode/80550722c7cb76a34452e9b8213f6966 to your computer and use it in GitHub Desktop.
Save hay-kathode/80550722c7cb76a34452e9b8213f6966 to your computer and use it in GitHub Desktop.
import { product } from "./utils";
const x = [1, 2, 3];
const y = [4, 5];
console.log(product([x, y]));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment