How to use underscore.js in WordPress Admin

Go to you chrome JavaScript console window and write _.VERSION. Then press Enter. It will return you the version of the included Underscore JS. Also it will make sure that Underscore JS is included or enqueued. And Underscore JS is include in WordPress admin by default. You don’t need to enqueue it. Just use it as you use any where else.