Use of ES6 Default Function Parameter Value Spec in Lightning (Aura) Components
Whilst doing some cleanup of some Aura Components for Summer 16, I was creating a JS function in my helper. I had wanted to add some default values to that function using the new ES6 Default Parameter Value Spec. Like so: