You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bio: 'I grew up in Washington State and was born on Valentine\'s day.'
100
-
}
101
-
},
102
-
condition: true,
103
-
anotherCondition: false,
104
-
people: ['john','sally','sue'],
105
-
beatles: [
106
-
{"firstName": "John","lastName": "Lennon",details: {bio: 'I am a dude.'}},
107
-
{"firstName": "Paul","lastName": "McCartney",details: {bio: 'I am also a dude.'}},
108
-
{"firstName": "George","lastName": "Harrison"},
109
-
{"firstName": "Ringo","lastName": "Starr"}
110
-
],
111
-
nested: {a: [1,2,3],b: [4,5,6]},
112
-
nestedB: [
113
-
{a: [1,2,3]},
114
-
{a: [4,5,6]},
115
-
],
116
-
nestedC: {
117
-
a: {b: 'One more time!!'}
118
-
},
119
-
arr: [1,2,3],
120
-
"name": function(){
121
-
returnthis.firstName+" "+this.lastName;
122
-
},
123
-
beans: 'Beans are good',
124
-
paragraph: `This is a story about a developer who coded for over 20 years.
125
-
And despite the career, he worked under his peers, whom only had just a few years.
126
-
No matter the work, no matter the time, this developer just couldn't get another dime.
127
-
Was it his past, was it his pride, or was it the fact that he never lied?`,
128
-
lotsOfHtml: `<h1>Strip Tags</h1>
129
-
<p>
130
-
Will strip a lot of HTML including [<p><br><i><br /><a href="http://www.test.com" alt="test">Link removed</a>] (should be empty) tags among many others.
0 commit comments