You will need to create an array holding at least 10 string values that represent your items.
A function must be invoked that loops through this array and displays each string value in either the HTML page itself, or through the browser console.
You must include an additional conditional check which marks a pre-specified item at output differently from the others. This could be as simple as looking for a specific string value and adding additional characters to it.

Submit your assignment as a ZIP archive containing your .js and .html files which together make up your JavaScript Coding Project.