How to use "Ellipse" in SoloLearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use "Ellipse" in SoloLearn

I'm currently trying to learn JavaScript via online free courses. I wanted to try what i've learn on SoloLearn playground but it's seems impossible to use the command "ellipse" to make a simple circle. The error is : <<Uncaught ReferenceError: ellipse is not defined.>> Am I missing something ? EDIT : Oh ... I'm dumb, in the courses I was watching the person only type : ellipse(200, 300, 100, 100); In reality, you need to type <svg> <ellipse: ... /> </svg> Thanks anyways for the help and sorry for the stupid question !

28th Oct 2020, 2:17 PM
Quentin Blanche
Quentin Blanche - avatar
1 Answer
+ 5
Can you place a link to your code in description ,so we can check why it doesn't works?
28th Oct 2020, 2:21 PM
Abhay
Abhay - avatar