Code Examples

Multiple languages

Primary theme (default)

Multilanguage Code Samples
// Arrow function sample
const arrowFuncSample = () => {
console.log('this is an arrow function example');
};

Secondary theme

Multilanguage Code Samples
// Arrow function sample
const arrowFuncSample = () => {
console.log('this is an arrow function example');
};

Single language

Primary theme (default)

JavaScript Code SampleJavaScript
// Arrow function sample
const arrowFuncSample = () => {
console.log('this is an arrow function example');
};

Secondary theme

JavaScript Code SampleJavaScript
// Arrow function sample
const arrowFuncSample = () => {
console.log('this is an arrow function example');
};