Skip to content

Instantly share code, notes, and snippets.

View oliverloops's full-sized avatar
Powered by coffee

Oliver Lopez oliverloops

Powered by coffee
View GitHub Profile
interface App {
let age: number
let date: number
}
class Big {
name: string
job: string
constructor(val:string, val_2: string){
this.val = name