https://github.com/mohitkyadav/sol1
https://github.com/mohitkyadav/sol1
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohitkyadav/sol1
- Owner: mohitkyadav
- Created: 2022-08-16T11:04:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T17:25:35.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T14:48:49.359Z (5 months ago)
- Language: JavaScript
- Size: 301 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
[
{
line: 0,
tag: "h1",
text: "My name is Mohit."
},
{
line: 1,
tag: "h2",
text: "My name is actually not Mohit."
},
{
line: 2,
tag: "p",
text: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s."
},
{
line: 3,
tag: "code",
text: "undefined < undefined // false"
},
]
```