Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

Dynamic Properties

< >
Example from 1 languages: JavaScript
class Person {} const person = new Person() person.age = 50
Example from 1 languages: Python
class Person (object): def __init__(self, name): self.name = name person = Person("John") person.age = 50
*

Languages with Dynamic Properties include JavaScript, Python, Aardvark

*

Languages without Dynamic Properties include C3, Speedie

*

View all concepts with or missing a hasDynamicProperties measurement

View source

- Build the next great programming language About Resources Acknowledgements Part of the World Wide Scroll