UNPKG

krushitha

Version:

Avanthi college

19 lines (16 loc) 186 B
export function add(a,b) { return a+b; } export function sub(a,b) { return a-b; } export function mul(a,b) { return a*b; } export function div(a,b) { return a/b; }