class Person {}
const person = new Person()
person.age = 50
class Person (object):
def __init__(self, name):
self.name = name
person = Person("John")
person.age = 50
Languages with Dynamic Properties include JavaScript, Python, TypeScript, Cython, Static Typescript
Languages without Dynamic Properties include C3
HTML of this page generated by Features.ts