ManarOmari / Portoflio

0 stars 0 forks source link

Bugs: hide-and-seek #31

Open shuhad786 opened 2 years ago

shuhad786 commented 2 years ago

Good job so far however I found the sneaky bugs you have left behind.

const projectList = { project1: { name: 'Tonic', text: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essent", featured_image: new Image(), technologies: ['html', 'css', 'javascript'], link_live_version: new URL('https://www.google.com'), link_to_source: new URL('https://www.google.com'), description: ['Canpoy', 'Backend dev', 2015], }, };

In the above code you have used _ to separate the wording in your naming convention please remove it and use camel case syntax as your linters will throw an error.