Hi there, arguments is a magic variable for functions containing an array of arguments for the function. So arguments[0] would be the first argument of the function the code is inside of. So essentially in your code you’re calling the same function twice. Hope that explains it…