| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository is provided as more of a follow along structure.
In class we will be going over the principles listed above and you will be expected to follow along when the instructor asks you to do so.
const myObj = {
name: 'Freddy'
greet: function() {
console.log(`hello my name is ${this.name}`);
}
};
myObj.greet();
| Back | FazBrowse Home | New Git URL |