Tuesday 8 March 2016

default args , giving me error

function readUsername(userName = [ ]) { let name = userName.length console.log(name); } unexpected token

Submitted March 08, 2016 at 04:11PM by 73mp74710n

No comments:

Post a Comment