Linked List with JavaScript

Add a new item to the Linked List

done

Example : Add following 4 Items

Monday

Tuesday

Wednesday

Thursday

Add a new item at the begining of the List

done

Sunday is the first Day of the Week

insert_emoticon

Example : Add Sunday

Add a new item at the end of the List

done

Saturday is the last Day of the Week

insert_emoticon

Example : Add Saturday

Add a new item to the specfic place

done

Friday is the 6th Day of the week

Index Starts from 0 !

So, Index = 5

Example : Add Friday