2018-04-12
It’s been a really busy few days in terms of discovering new stuff so here’s another Interesting post for this week!
- I shared my first post on dev.to about why not to use IDs in CSS and it was really well-received! So much more positive engagement compared to Medium!
- I learnt about Sass maps and looping over them to create dynamic styles and selectors
- I learnt how to use JavaScript Sets to return only unique values from an array with
Array.from(new Set(arr))