Sorry for a silly question: once the code is copied to the console, how do you save it? It is not automatic because closing and reopening the console shows the code is not there. Cmd+S does not do it either - I am on macOS.
Hi @mrjackphil, I’m new to javascript and have a question regarding your code:
Is there a reason why you (and many others) url-encode the whitespace “manually” instead of using encodeURIComponent? Are there maybe advantages/pitfalls to be aware of?