Updated.
This commit is contained in:
parent
40313f65dd
commit
04a4c2ccf4
|
|
@ -104,7 +104,7 @@ ColaScript is a language that compiles in JavaScript. This language is similar t
|
||||||
|
|
||||||
- `with` scoping, status: it need??
|
- `with` scoping, status: it need??
|
||||||
|
|
||||||
with(document.body.querySelector('ul').childNodes){
|
with(document.body.querySelectorAll('ul').childNodes){
|
||||||
var txt = 'text';
|
var txt = 'text';
|
||||||
|
|
||||||
forEach((li){
|
forEach((li){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user