Open MMortaga opened 5 years ago
https://github.com/GSG-G7/autocomplete-movie/blob/5c8f4e3ff03ef0d59964cd267fec6b1aaeb0139c/public/js/dom.js#L10
Throughout the entire project you did great using descriptive variable names, however there still are some variables (mostly parameters) which you missed. Something like title would've been much better.
title
https://github.com/GSG-G7/autocomplete-movie/blob/5c8f4e3ff03ef0d59964cd267fec6b1aaeb0139c/public/js/dom.js#L10
Throughout the entire project you did great using descriptive variable names, however there still are some variables (mostly parameters) which you missed. Something like
title
would've been much better.