0
What is ctx? why we always use it? should I learn Java before html?
6 Respuestas
+ 6
ctx is an object. this object you can change.
no. you need to learn html first
+ 1
Learn HTML first 😉
+ 1
There are no stupid questions, only stupid answers.
So I'll try not to give you a stupid answer.
API stands for Application Programing Interface. You may find some info about it here: https://en.m.wikipedia.org/wiki/Application_programming_interface.
I guess a previous knowledge in HTML or Javascript could help you a lot understanding.
I myself am struggling to understand many concepts and I guess I will study some html and Javascript before reviewing again some parts of this lesson.
Good luck!
0
I could change ...like a name? what's this object function?
during the lesson about API, it keeps showing I show learn JAVA first, and I still can't understand what API stands for.
sorry it might be stupid questions for u, thanks for your kindly help.
0
yes. u can use any other name.
A object is an element. eg.:
var a = document.getElementById('b');
the letter 'a' is a abject.
0
isn't that Javascript that is use in html5