hei, i can create a code on js, but i'm not able to make it shorter.
can anyone here help me to sort this code?
function checkingMyNewComm(opt){
var comm_profile = myNewComm('Profile','check',false);
var comm_blog = myNewComm('Blog','check',false);
var comm_photo = myNewComm('Photo','check',false);
var comm_music = myNewComm('Music','check',false);
var comm_video = myNewComm('Video','check',false);
var comm_classified = myNewComm('Classified','check',false);
var comm_guestbook = myNewComm('Guestbook','check',false);
return comm_profile+comm_blog+comm_photo+comm_music+comm_video+comm_classified+comm_guestbook;
}
thanks....![]()



Reply With Quote


Bookmarks