Skip to content

Instantly share code, notes, and snippets.

@wpweb101
Created April 15, 2021 13:26
Show Gist options
  • Save wpweb101/4d99add1498d2c59831740393c011be3 to your computer and use it in GitHub Desktop.
Save wpweb101/4d99add1498d2c59831740393c011be3 to your computer and use it in GitHub Desktop.
JavaScript Chained method calls
let myclass = new myClass()
.setvalue(2)
.setString('abc')
.setPrice(500)
.displayCart();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment