DEV Community

Discussion on: Do they teach "pointers" in bootcamp? Should they?

Collapse
 
swarupkm profile image
Swarup Kumar Mahapatra • Edited

The concept of pass by value /pass by reference to a function is something one should know. Thats the closest one can get to "pointers". Specially for people in JS World. Clarity around that is of supreme importance