Skip to content
View iamslown's full-sized avatar

Block or report iamslown

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
iamslown/README.md
export class Info {

  name: string = 'IAM SLOWN'
  age: number = 17
  nationality: string[] = ['Poland']
  languages: Record<string, string>[] = [{ 'English': 'A2' }, { 'Poland': 'native' }]
  occupation: string = 'Web Developer and Designer, Student'
  freetime: string[] = ['Gym', 'Reading', 'Hanging out with friends']

}

export class Programming {

  languages: string[] = ['TypeScript', 'JavaScript', 'PHP']
  stylesheets: string[] = ['CSS', 'SASS', 'SCSS', 'Stylus']
  frameworks: string[] = ['Vue', 'Svelte', 'React']
  runtimes: string[] = ['Deno', 'Node']
  databases: string[] = ['MySQL', 'RethinkDB', 'Mongo']
  learning: string[] = ['Rust', 'Go', 'Angular']
  projects: string[] = ['nest.land', 'verto.exchange', 'Agrigo.farm/Cubilog', 'BetterAntispam', 'BloomAlts', 'Evolution X']

}

@iamslown's activity is private