Closed cgrilson7 closed 4 years ago
This caused me some confusion. The sentence leading up to the code block refers to the indexing operators [[ as "the former" and $ as "the latter".
[[
$
But in the code block, the order in which these operators are demonstrated is reversed ($ is "the former" and [[ is "the latter").
Thanks!
This caused me some confusion. The sentence leading up to the code block refers to the indexing operators
[[
as "the former" and$
as "the latter".But in the code block, the order in which these operators are demonstrated is reversed (
$
is "the former" and[[
is "the latter").