To get data from PHP to JS: ```html <script src="foobar.js" /> <script>main(<?php echo CONFIG["foo"]["bar"]) ?>);</script> ```