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.

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
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());

Pinned Loading

  1. nuxtportfolio2024 nuxtportfolio2024 Public

    Vue

  2. mevn mevn Public

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

    Vue 2

  3. laravel-api laravel-api Public

    CRUD w\ Laravel 8, Vuejs, MySQL

    PHP 1

  4. mern mern Public

    CRUD + Auth w/ Node,Express, React, MySQL

    JavaScript 1