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
@@ -310,10 +300,12 @@ For server-side environments (like Node.js), you can execute this script with a
310
300
}
311
301
})();
312
302
</script>
313
-
<p>The <code>&lt;script&gt;</code> tag contains JavaScript code which is automatically executed when the browser process the tag.</p></description></item><item><title>Morden Javascript Tutorial Part 1- Fundamentals :06~10</title><link>https://starslayerx.github.io/posts/morden-javascript-tutorial-part-1-fundamentals-06~10/</link><pubDate>Tue, 16 Sep 2025 08:00:00 +0800</pubDate><guid>https://starslayerx.github.io/posts/morden-javascript-tutorial-part-1-fundamentals-06~10/</guid><description><h2 id="26-interaction-alert-prompt-confirm">2.6 Interaction: alert, prompt, confirm</h2>
314
-
<p>Will introduce <code>alert</code>, <code>prompt</code> and <code>confirm</code> in this chapter.</p>
315
-
<h3 id="alert">alert</h3>
316
-
<p>It shows a message and waits for the user to press &ldquo;OK&rdquo;.</p>
303
+
<h3 id="prompt">prompt</h3>
304
+
<p>This function <code>prompt</code> accepts two arguments</p></description></item><item><title>Morden Javascript Tutorial Part 1 - Fundamentals :01~05</title><link>https://starslayerx.github.io/posts/morden-javascript-tutorial-part-1-fundamentals-01~05/</link><pubDate>Tue, 16 Sep 2025 08:00:00 +0800</pubDate><guid>https://starslayerx.github.io/posts/morden-javascript-tutorial-part-1-fundamentals-01~05/</guid><description><h2 id="21-hellow-wrold">2.1 Hellow Wrold</h2>
305
+
<p>Firtly, let&rsquo;s see how to attach a script to a webpage.
306
+
For server-side environments (like Node.js), you can execute this script with a command like <code>node my.js</code></p>
@@ -612,8 +613,7 @@ For server-side environments (like Node.js), you can execute this script with a
612
613
}
613
614
})();
614
615
</script>
615
-
<h3 id="prompt">prompt</h3>
616
-
<p>This function <code>prompt</code> accepts two arguments</p></description></item><item><title>Morden Javascript Tutorial Part 1 - An Introduction</title><link>https://starslayerx.github.io/posts/morden-javascript-tutorial-part-1-an-introduction/</link><pubDate>Mon, 15 Sep 2025 08:00:00 +0800</pubDate><guid>https://starslayerx.github.io/posts/morden-javascript-tutorial-part-1-an-introduction/</guid><description><h2 id="an-introduction-to-javascript">An Introduction to JavaScript</h2>
616
+
<p>The <code>&lt;script&gt;</code> tag contains JavaScript code which is automatically executed when the browser process the tag.</p></description></item><item><title>Morden Javascript Tutorial Part 1 - An Introduction</title><link>https://starslayerx.github.io/posts/morden-javascript-tutorial-part-1-an-introduction/</link><pubDate>Mon, 15 Sep 2025 08:00:00 +0800</pubDate><guid>https://starslayerx.github.io/posts/morden-javascript-tutorial-part-1-an-introduction/</guid><description><h2 id="an-introduction-to-javascript">An Introduction to JavaScript</h2>
617
617
<p>Let’s see what’s so special about JavaScript, what we can achieve with it, and what other technologies play well with it.</p>
618
618
<h3 id="why-is-it-call-javascript">Why is it call JavaScript?</h3>
619
619
<p>JavaScript initially called &ldquo;Live Script&rdquo;. But Java was popular at that time, so it was decided that positioning a new language as a &ldquo;younger brother&rdquo; of Java would help.
0 commit comments