#learning-to-code

[ follow ]
fromHackernoon
11 months ago

What's in the Code? Exploring Gender Differences in Kids' Programming Projects | HackerNoon

Interaction and Events: While creating code, the all-male pairs interacted more with the SCRATCH interface than the all-female pairs. The all-male pairs moved blocks around significantly more often than all-female pairs (p = 0.041). Similarly, boys changed the parameters of an existing block more than the girls (p = 0.060). Dragging a new block out of the toolbox is also done more often by the all-male pairs, but not with such a distinct difference (p = 0.093).
Education
JavaScript
fromPiccalilli
3 months ago

JavaScript, when is this?

Understanding the keyword 'this' in JavaScript is crucial, as it refers to the object bound to a function at the time of invocation.
[ Load more ]