What kind of code does Wick use?

So, if I want to learn to code well using Wick, what kind of code should I learn? Does it use HTML5?

Hi there!

Usually, if you’re making a webpage from scratch, you’ll have to write HTML to make the page, CSS to style it visually, and JavaScript to make things interactive.

Wick does a lot of stuff for you so that you only have to do the JavaScript part - I suggest getting familiar with JS (here’s a decent intro to variables, conditionals, and functions). After that, you should be able to start playing around with the code from the examples page!

@Luxapodular and I are currently working on some more in-depth tutorials for coding. Stay tuned!!

2 Likes