Conventions
Conventions include generic patterns that ensure that written code adheres to certain formatting conventions.
Code
function textComponent() {
return {
name: "OSCA"
};
}Naming
const user_params = null;const _inputType = inputType;Styling
Last updated
Was this helpful?