returns the smiley emoji
npm install emoji-smiley
!Tests passing !Tests passing
Returns the witty smiley emoji.
``javascriptconst emoji = require('emoji-smiley');console.log(emoji) // 😃`
javascriptconst emoji = require('emoji-smiley');console.log(emoji) // 😃
emoji-smiley proudly has 100% test coverage. Run tests with npm test`.
proudly has 100% test coverage. Run tests with