Lodash Playground

Play with lodash functions

by maciejgurban

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.5.1/lodash.min.js"></script>

JavaScript

console.log(
   _.uniqueId('foo')
);