deannabosschert / web-app-from-scratch-1920

Keep track of the current participants of the Web App From Scratch class in the minor Webdevelopment (2020).
https://deannabosschert.github.io/web-app-from-scratch-1920/src
MIT License
1 stars 0 forks source link

URL build #18

Closed bazottie closed 4 years ago

bazottie commented 4 years ago

https://github.com/deannabosschert/web-app-from-scratch-1920/blob/2440c2af26dd613ec443be412ecfd4b8493c3a3a/docs/js/app.js#L13

You could try constructing this api with template literals and even a URL object instance. This would improve readability and usability

deannabosschert commented 4 years ago

Had it already fixed in the branch I was working in back then hahaha, but it's in template literals on the master branch aswell now. I'll ask you about the URL object instance next week 👀

fixed it, gif