DEV Community

Discussion on: JavaScript is almost pythonic

Collapse
 
codemouse92 profile image
Jason C. McDonald • Edited

Javascript cannot be Pythonic until it has Python's rules of dynamic typing, mutability/immutability, and equivalence. It would also need to iterate in the same manner. See Facts and myths about Python names and values and Loop Like a Native by Ned Batchelder for excellent explanations.