Adding multiple javascript files to page

Adding multiple javascript files to page

I was pulling my hair just for some silly stuff. All I wanted was to put two external javascript file for my floundering page – that was it!! and I do it as

<script language="javascript" src="sourceone" />
<script language="javascript" src="sourcetwo" />

BTW, I am using firefox on ubuntu, then when I try to run the page it would turn white. Astonishingly, the kick for the error was

<script language="javascript" src="sourceone"></script>
<script language="javascript" src="sourcetwo" ></script>

See how you would solve these known algorithm problems

Changing decimal number to its binary equivalent

Array reversal in Recurrsion

Find K Complementary numbers from array Java implementation

Get maximum occurring character

Java solution for checking anagram strings – tell if phrases are anagrams

Check if two strings are anagrams or not

Finding missing numbers from billion sequential number list file

Implement Queue Using two Stacks – JavaScript algorithm

Kadane’s algorithm in C – Dynamic Programming

String Ordered Permutation Algorithm Problem

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*