Hello Friend
→
- hi
- hi again
- this is a markdown test
Hello friend :)
This is my first post! - Will Smith
Typescript is Great
const person = makeWatchedObject({
firstName: "Saoirse",
lastName: "Ronan",
age: 26,
based: 👨💻️,
});
// makeWatchedObject has added `on` to the anonymous Object
person.on("firstNameChanged", (newValue) => {
console.log(`firstName was changed to ${newValue}!`);
});