Morgen
0
Q:

*args python javascript equivalent

//spread operator
a = [1, 2, 3]

function printArgs(args) {
	console.log(...args)
}

printArgs(a)
//=> 1 2 3
0

New to Communities?

Join the community