SNOW-CAD Working with Data • Set 4
SNOW-CAD Working with Data Practice Test 4 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. What is the purpose of this transform script?
function transformEntry(source, target) {
if (source.u_department != '') {
target.department = source.u_department;
}
}