Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
6
- All methods in a System class **MUST** be `static`.
Sign in to like and favorite skills
static.constructor or store any data on this. It is a collection of pure business logic functions.document.querySelector, element.innerHTML, etc.validate...() method and a perform...() method (e.g., validatePurchase() and purchase()).{ isValid: boolean, errors: string[], warnings: string[] }.character object as an argument and return the modified character object.static. Systems are stateless collections of functions and must not have a constructor.validate...() method and a perform...() method. "Write" methods must take the character object as an argument.System classes.