I have this file include in my html and I want to call it from another javascript. Please suggest me how should I do it?
<script type="text/javascript" src="js.js">/*
old:123
new: 456*/
</script>
I want to include it in my js file, not in the html.