Website feedback | luau learn

Here is a test build of a website I am working on!

Love the website design its clean, good luck with the backend!

1 Like

Well the backend with the questions is done as of now but I need to figure out how to use “” in answers

1 Like

uh there a typo for the first practice

1 Like

yeah also for now “” do not work but ’ ’ do

1 Like

why dont u make it like a code editor style?

like visual studio code

image

2 Likes

The page looks nice, but there’s some issues with the code:


This isn’t valid code

I think running/sandboxing the user code to check if it does the right thing would be better, because currently print'hi', print "hi", print("hi"), print[[hi]], print([[hi]]), print(`hi`), don’t work.

2 Likes