Lodash _.isWeakSet() method

Easy
7.1% Acceptance

In this lab, you need to create a function isWeakSet that uses Lodash's _.isWeakSet() method to check if a variable is a WeakSet or not. Return true if it is a WeakSet, otherwise return false.