mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): fix editable region in workshop quincys job tips (#65306)
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ assert.equal(document.querySelector('h1')?.textContent.trim(), "Quincy's Tips fo
|
||||
</head>
|
||||
<body>
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ assert.exists(document.querySelector('h1 + p'));
|
||||
<body>
|
||||
<h1>Quincy's Tips for Getting a Developer Job</h1>
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+1
-1
@@ -45,7 +45,7 @@ assert.lengthOf(sections, 3);
|
||||
</p>
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+3
-3
@@ -44,11 +44,11 @@ assert.equal(firstH2El?.innerText.trim(), `Envisioning Success`);
|
||||
</p>
|
||||
|
||||
<main>
|
||||
--fcc-editable-region--
|
||||
<section>
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
--fcc-editable-region--
|
||||
</section>
|
||||
--fcc-editable-region--
|
||||
<section>
|
||||
|
||||
</section>
|
||||
|
||||
+3
-3
@@ -54,12 +54,12 @@ assert.equal(firstBlockquoteEl?.innerText.trim(), 'Can you imagine what it would
|
||||
</p>
|
||||
|
||||
<main>
|
||||
--fcc-editable-region--
|
||||
<section>
|
||||
<h2>Envisioning Success</h2>
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
--fcc-editable-region--
|
||||
</section>
|
||||
--fcc-editable-region--
|
||||
<section>
|
||||
|
||||
</section>
|
||||
|
||||
+2
-2
@@ -57,11 +57,11 @@ assert.equal(firstBlockquoteEl?.getAttribute('cite'), 'https://www.freecodecamp.
|
||||
<main>
|
||||
<section>
|
||||
<h2>Envisioning Success</h2>
|
||||
--fcc-editable-region--
|
||||
--fcc-editable-region--
|
||||
<blockquote>
|
||||
--fcc-editable-region--
|
||||
Can you imagine what it would be like to be a successful developer? To have built software systems that people rely upon?
|
||||
</blockquote>
|
||||
--fcc-editable-region--
|
||||
</section>
|
||||
<section>
|
||||
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@ assert.oneOf(html, [
|
||||
Can you imagine what it would be like to be a successful developer? To have built software systems that people rely upon?
|
||||
</blockquote>
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
</section>
|
||||
<section>
|
||||
|
||||
+2
-2
@@ -71,11 +71,11 @@ assert.equal(pElCleanedText, '—Quincy Larson, How to Learn to Code and Get a D
|
||||
<blockquote cite="https://www.freecodecamp.org/news/learn-to-code-book/">
|
||||
Can you imagine what it would be like to be a successful developer? To have built software systems that people rely upon?
|
||||
</blockquote>
|
||||
--fcc-editable-region--
|
||||
<p>
|
||||
--fcc-editable-region--
|
||||
—Quincy Larson, How to Learn to Code and Get a Developer Job [Full Book]
|
||||
--fcc-editable-region--
|
||||
</p>
|
||||
--fcc-editable-region--
|
||||
</section>
|
||||
<section>
|
||||
|
||||
|
||||
+1
-1
@@ -83,7 +83,7 @@ assert.equal(blockquoteEl?.getAttribute('cite'), 'https://www.freecodecamp.org/n
|
||||
</section>
|
||||
<section>
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
</section>
|
||||
<section>
|
||||
|
||||
+3
-3
@@ -93,11 +93,11 @@ assert.equal(forthPEl?.innerText.trim(), 'Go to tech meetups and conferences. Tr
|
||||
</section>
|
||||
<section>
|
||||
<h2>Importance of Networking</h2>
|
||||
--fcc-editable-region--
|
||||
<blockquote cite="https://www.freecodecamp.org/news/learn-to-code-book/">
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
--fcc-editable-region--
|
||||
</blockquote>
|
||||
--fcc-editable-region--
|
||||
</section>
|
||||
<section>
|
||||
|
||||
|
||||
+3
-3
@@ -128,11 +128,11 @@ assert.equal(thirdPEl?.innerText.trim(), 'Hang out at hackerspaces and help peop
|
||||
<p>Go to tech meetups and conferences. Travel if you have to.</p>
|
||||
</blockquote>
|
||||
</section>
|
||||
--fcc-editable-region--
|
||||
<section>
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
--fcc-editable-region--
|
||||
</section>
|
||||
--fcc-editable-region--
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user