Skip to content
View denizsetyawan's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report denizsetyawan

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
denizsetyawan/README.md

Hi there 👋


  class Me {
      constructor(name, hobbies, city) {
          this.name = name;
          this.hobbies = hobbies;
          this.city = city;
      }
      introduce() {
          return `Hello, my name is ${this.name}, I like ${this.hobbies.join(', ')}, and I live in ${this.city}.`;
      }
  }

  const name = "Denis Setiawan";
  let hobbies = ['Coding', 'Reading books', 'Computer tinkering'];
  let city = "Yogyakarta";

  const me = new Me(name, hobbies, city);
  console.log(me.introduce());

Popular repositories Loading

  1. mevn mevn Public

    CRUD + Auth w\ Node, Express, Vue, MongoDB

    Vue 2

  2. redesign-amikom redesign-amikom Public

    Web Statis Perancangan WEB (semester 2)

    JavaScript 1

  3. laravel-8-livewire laravel-8-livewire Public

    PHP 1

  4. laravel7-livewire laravel7-livewire Public

    PHP 1

  5. BMIChecker-UASPython BMIChecker-UASPython Public

    Python 1

  6. Auth-ExpressJS Auth-ExpressJS Public

    Handling Authentication in Express.js - StackAbuse

    JavaScript 1