README
EPCOM Class Demo NPM
Prepared: Ter Yi
Last Update: 2020-07-05
npm i epcom-npm-lesson
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
- [x] Write the press release
- Update the website
- Contact the media
The world is flat.
| Syntax | Description |
|---|---|
| Header | Title |
| Paragraph | Text |
var s = "JavaScript syntax highlighting";
alert(s);
s = "Python syntax highlighting"
print s
No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.