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

Find K Complementary numbers from array Java implementation

Check if two strings are anagrams or not

find longest word in the sentence

Array reversal in Recurrsion

testing k complementary pairs algorithm with junit

Implementing tokenizer and adding tokens to the linked list

Finding missing numbers from billion sequential number list file

Flatten nested javascript array

Kadane’s algorithm in C – Dynamic Programming

Changing decimal number to its binary equivalent

Leave a Reply

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

*
*