| default values for functions?? in a function in javascript can you have a default value for a variable. ex.
function show(start = false, finish = false) {......
so if you dont specify any values and just use show() it wont give you a missing variable error blah blah blh |