Hi! I'm Sittha Darapisut, a student at Chulalongkorn University. Also a lone wolf programmer. I'm a hobbyist programmer looking to expand my arsenal of programming language I can use.
class katoretb{
constructor() {
this.name = "Sittha Darapisut";
this.username = "katoretb";
this.location = "Thailand";
this.web = "https://katoretb.github.io/";
}
}
var me = new katoretb();