Quester
Why Quester
Features
Explore all features and capabilities
Resources
Documentation
Comprehensive guides and tutorials
Pricing
Log in
Get Started Free
sveltekit
svelte
First post
Published on Apr 14, 2023
Markdown
Hey friends! 👋
function
greet
(
name
:
string
)
{
console
.
log
(
`
Hey
${
name
}
! 👋
`
)
;
}
Explore More Articles
Back to All Articles