Skip to content

Instantly share code, notes, and snippets.

@tshemsedinov
Created November 8, 2025 12:05
Show Gist options
  • Select an option

  • Save tshemsedinov/714a093b829d354856d243b793022bf4 to your computer and use it in GitHub Desktop.

Select an option

Save tshemsedinov/714a093b829d354856d243b793022bf4 to your computer and use it in GitHub Desktop.
class A {
constructor(a) {
return [a];
}
}
const a = new A('hello');
console.log(a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment