#DailyBloggingChallenge (346/365)
The trickiness of #teaching is taking a multidimensional concept and presenting it in a linear fashion.
The trickiness of #studying is taking the linear concept and transforming it into a multidimensional pattern that one's mind can understand.
Transpiling these ideas to the #TypeScript language would be:
In the ideal case the teacher can just `JSON.stringify(<concept>)` and the student just reverts the function with `JSON.parse(JSON.stringify(<concept>))` and learning would be done. People aren't basic #JavaScript objects and have a schema tied to their minds, thus they need additional parsing to comprehend the concept.