Ɗ.

// Welcome to Devduttsinh chudasama's world of <code />

Hello, World!; 👋

class SDE {
  constructor(field, state){
    this.expertIn = field;
    this.basedFrom = state;
  }

  getIntroLine() {
    return `A Software developer expert in ${this.expertIn}
    based from ${this.basedFrom}`;
  }
}

const devdutt = new SDE("MERN stack", "Gujarat");
console.log(devdutt.getIntroLine());
// => A Software developer expert in MERN stack based
  from Gujarat

# Did you know that procrastination is just another way of multitasking? Feel free to explore my portfolio while you're here!