Skip to content

Instantly share code, notes, and snippets.

View zarszz's full-sized avatar
🔥
Here we go

Ganjar Gingin Tahyudin zarszz

🔥
Here we go
  • DOT Indonesia
  • Bandung, West Java, Indonesia
  • 05:11 (UTC +07:00)
View GitHub Profile
@zarszz
zarszz / kedaiKopi.js
Created April 15, 2021 05:08
jawaban soal UTS dipl
class Kedai {
varianKopi = [];
varianTopping = [];
daftarPesanan = [];
constructor(nama, alamat) {
this.nama = nama;
this.alamat = alamat;
}
@zarszz
zarszz / launch.json.linux
Created January 12, 2021 10:23
vscode sapper debug launc configuration
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",