Example
Last updated at Mar 16, 2024
Counter
The counter is rendered inside markdown.
function hello(text: string) {
console.log(`Hello ${text)`);
} Last updated at Mar 16, 2024
The counter is rendered inside markdown.
function hello(text: string) {
console.log(`Hello ${text)`);
}