Do you want to get a little bit of teaching on JavaScript then read this!

coding

coding

Julian Leach, Coder and Kahoot'sman

Do you want to get a little bit of teaching on JavaScript then read this! (Also, you should try coding and JavaScript it is very important for modern society!)

So what I use for writing JavaScript programs is the Khan Academy new program because the (super annoying and unfair) administrator blocked Linux which is important for making new raw programs and for html CSS. I have not learned html CSS yet, but I want to. But that’s not your problem, so follow my directions and you will succeed.

This is the link for new program Click me! OK so if you clicked it your set for the rest.

You are going to have to click the white box to the left of the 1 then type ellipse(200, 200, 100, 100); and you have your first circle (you can also change the last two values and the first two but I don’t recommend it if you don’t really know what you are doing) and you are good, but I am going to tell you something to help you more. NEVER HAVE TWO THINGS IN THE SAME SENTENCE and type // and then enter whatever you want and you will have a comment. That’s all you need to know.

Also, DONT QUIT! It is going to be hard at first, but you WILL learn it and get better at it.

These are some commands: rect, line, triangle, quad, fill, stroke, noStroke, and bezier.

Here is an example and an extra line of code
//extra
ellipse(200, 60, 60, 60);

coding