Skip to content
/ members Public

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

Notifications You must be signed in to change notification settings

K-Desk/members

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •