logo
logo

Format URL

Beginner

Format URL

Create a function that takes in a
domain
and
path
and returns a formatted string using template literals. The return url should be in the following format: https://[domain]/[path].
Console
Submit
Solution
00:00