Top 1K Features Creators Events Podcasts Books 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

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements