wiwiGreen says to Happy Web Developer
` function test(paramA, paramB){ console.log(paramB) } test('a','b') `