Challenge 📝
Resources 📚
A string url is given. It contains a URL with the HTTP protocol. Return this URL with the HTTPS protocol.
url
Examples:
http://jscodebox.com/ => https://jscodebox.com/
#JavaScript Strings
Easy
unsolved