dionys93
dionys93
In your video, in templates/_header.html, you place classes on the a tags. In this repo, in templates/_header.html, you've placed classes on the li tags.
https://github.com/pirple/The-NodeJS-Master-Class/blob/728dd393177a215e487de112671a970350d24d50/Section%204/Using%20Templates/lib/helpers.js#L171 `if(data.hasOwnProperty(key) && typeof(data[key] == 'string')){` Comparison operator is inside parens `if(data.hasOwnProperty(key) && typeof(data[key]) == 'string'){` Should be outside
Error in sending data to server. In console I get the Warning: Each child in an array or iterator should have a unique "key" prop. I've changed id to _id...