Welcome to the forum 👋, Guest

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

  • PËRSHËNDETJE VIZITOR!

    Nëse ju shfaqet ky mesazh do të thotë se ju nuk jeni regjistruar akoma. Anëtarët e rregjistruar kanë privilegjin të marrin pjesë në tema të ndryshme si dhe të komunikojnë me anëtarët e tjerë. Bëhu pjesë e forumit Netedy.com duke u REGJISTRUAR këtu ose nëse ke një llogari KYCU. Komunikim alternative i ketij forumi me vajza dhe djem nga te gjithe trevat shqiptare? Hyr ne: CHAT SHQIP.

[Javascript] Peme e viti te ri ☺

centos

ⓃⒺⓉⒺⒹⓎ.ⒸⓄⓂ
ANETAR ✓
Regjistruar më
Dhj 13, 2004
Mesazhe
39,813
Me shkronjat e para te pseudonimit te antarve te Netedy.com

JavaScript:
/*
* molecule @ Netedy.com / coding is fun
*/
    var nm = ['M','J','A','S','D','A','R','Z','P','M','A','E','C','N','V','W'];
  
    var b = 8;

    for(i=1; i<=b; i++) {
        for(r=i; r<b; r++) {
            document.write(" ");
        }
     for(r=1; r<=(2*i-1); r++) {
            document.write(nm[r]);
        }
        document.write("<br>");
        }

42843



Version me yje (asterisks).
JavaScript:
/*
* molecule @ Netedy.com / coding is fun
*/
var b = 8;
    for(i=1; i<=b; i++) {
        for(r=i; r<b; r++) {
            document.write(" ");
        }
     for(r=1; r<=(2*i-1); r++) {
            document.write("*");
        }
        document.write("<br>");
}

42844
 
giphy.gif
 

Postime të reja

Theme customization system

You can customize some areas of the forum theme from this menu.

Choose the color combination according to your taste

Select Day/Night mode

You can use it by choosing the day and night modes that suit your style or needs.

Welcome to the forum 👋, Guest

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.