to kebab case code example
Example: kebab case
// Use hyphens in identifiers, examples
test = 123;
test-variable = 'Hello world!';
multiple-word-variables = 10;
// Use hyphens in identifiers, examples
test = 123;
test-variable = 'Hello world!';
multiple-word-variables = 10;