JSFiddle - React, Tailwind, and code Playground
by Khanh Le
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.11/lodash.min.js"></script>
JavaScript
var a = {};
if (a) {
console.log('hehehe')
}
by Khanh Le
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.11/lodash.min.js"></script>
var a = {};
if (a) {
console.log('hehehe')
}