(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
What is it about?
We compared the way that monolingual and bilingual children learn new words. Although the groups performed the same most of the time, there were a few situations in which they differed. Teachers might want to be aware of these differences to help plan the most effective instruction for bilingual children.