(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?
Why is it important?
The findings from this study suggest that the social impairments and motor findings defining ASD don't necessarily always result in speech delay or disorder. They also showed us that children at risk for ASD who don't receive diagnoses later on may be able to leverage their social ability to overcome initial speech delays. While these results probably don't apply to more severely affected toddlers, they do help us make better therapeutic choices, byhighlighting areas of strength in some young children with ASD.