const justCoolStuff = (arr1, arr2) => arr1.filter(item => arr2.includes(item));
By Sammy Dach at Mar 04 2021
Advanced use of jQuery cookie plugin to show/hide a notice, includes changing the HTML text of the link
By Kim Yundt at Apr 16 2022