/sol1

Primary LanguageJavaScript

[
	{
		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" 
      },
]