es6-28

PHOTO EMBED

Wed Oct 12 2022 02:26:02 GMT+0000 (Coordinated Universal Time)

Saved by @Vrushabh_123

//  →  /app.js
import { add, square } from './utils'

console.log(add(1, 2))
console.log(square(2))
content_copyCOPY