Azhura-DH / members

Here we are, the most ambitious yet awesome people behind K-Desk!

Home Page:https://k-desk.github.io/members

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KDeskers (K-Desk Members)

  • Tio Misbaqul Irawan (dvync)

    const loves = ["programming", "reading"]
    
    loves.forEach(at => {
        console.log(`loves ${at}`)
    })
  • Muhammad Islahuddin (islaarema31)

    $skills = array("speaking","programming","gamers");
    
    var_dump($skills);
  • Alvin Ferdian Akbar (smartPipel)

    class loves:
    
        def __init__(self, love):
            self.love = love
    
        def printLove(self):
            print(self.love)
    
    myLove = loves("I Love You")
  • Abdillahi Aufal Mustachaq (dillahiro)

    val myTime: Int? = null
    var me = "Time to "
    
    when (myTime) {
        null -> me += "pray"
        else -> me += "code"
    }
    
    print(me)

About

Here we are, the most ambitious yet awesome people behind K-Desk!

https://k-desk.github.io/members


Languages

Language:HTML 100.0%