Learn how to query an Immutable.Map() using get, getIn, has, includes, find, first and last. These are powerful operators that make finding data in an object graph pain free. has, includes, contains: //has() var map = Immutable.Map({a: '10'}); consol…