Did you say optional? A parameter which is optional does not have to be specified but you still have to consider it in the argument list. For instance,
if you don't want to give either a URL or a name, specify an empty string for each of the corresponding arguments ('' - two
consecutive single quotes): window.open('','','width=200,height=200');