+ 1
Please help me in DOM
6 ответов
+ 18
No! It does not simulate/emulate html/css/js (but not c++, c#, java, python and others). It really complies it like any another normal browser.
+ 6
What is the thing you don't understand,huh?
While you already finish the course
+ 5
Kazbahari
Not a simulate.....-_-
It takes our browser
+ 5
I don't want to make us fighting.....
My chrome browser didn't support for transform:scale(1.1,1.1); must use -webkit-transform:scale(1.1,1.1); instead
But If I try with modern browser I can remove -webkit-
Now It mean that it isn't simulate at all
0
use jQuery in js playground. if you use classic js to manipulate DOM, sometimes you will catch Error because this playground just simulate, not real. better practice your classic js code in web browser.
0
Solo Learn Devs should make tutorials how to practice js code in real web browser. My 2cents, Solo Learn Devs confusing beginner to learn js because this playground just simulate/emulate/ js code. Not real.