What does _("id name") mean in javascript?

97 views Asked by At
<script>
test = _("test");

</script>

<body>
<p id="test"></p>
</body>

Here i posted a few lines of code. From this i just want to know _( ) how it works???

0

There are 0 answers