We're a place where coders share, stay up-to-date and grow their careers.
If a user hadn't used the new feature the UI needed to display a "new" icon next to it's menu link. so...
let thaySeentIt; function init() { thaySeentIt = checkNewFeatureFlag();
If a user hadn't used the new feature the UI needed to display a "new" icon next to it's menu link. so...