Atom feed
Recently added: 128 Longest Consecutive Sequence, 347 Top K Frequent Elements, 045 Jump Game 2, 228 Summary Ranges, 219 Contains Duplicate 2
/** * Created by Ashish Patel * Copyright © 2018 ashish.me * ashishsushilpatel@gmail.com */ function booWho(bool) { return typeof bool === 'boolean'; } booWho(null);
Created 2019-11-24T04:53:20+05:30 · Edit