| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| javascript [2019/10/08 09:05] – [3. JavaScript: Understanding the Weird Parts - The First 3.5 Hours] garyrust | javascript [2024/02/29 13:03] (current) – [2. JavaScript syntax] garyrust |
|---|
| [[Programming_and_Computing|Programming and Computing]]\\ | [[Programming_and_Computing|Programming and Computing]]\\ |
| **Sandbox**\\ | **Sandbox**\\ |
| | |
| ===== - JavaScript ===== | ===== - JavaScript ===== |
| **[[javascript#top|Top]]**\\ | **[[javascript#top|Top]]**\\ |
| http://174.72.206.112:8000/wikipedia_en_all_novid_2017-08/A/JavaScript.html \\ | https://www.wikiwand.com/en/JavaScript \\ |
| <HTML> | |
| <html> | <html> |
| </HTML> | <iframe width="800" height="700" src="https://www.wikiwand.com/en/JavaScript" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> |
| <html><iframe width="800" height="400" src="http://174.72.206.112:8000/wikipedia_en_all_novid_2017-08/A/JavaScript.html" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></html> | </html> |
| |
| <HTML> | <HTML> |
| ===== - JavaScript syntax ===== | ===== - JavaScript syntax ===== |
| **[[javascript#top|Top]]**\\ | **[[javascript#top|Top]]**\\ |
| http://174.72.206.112:8000/wikipedia_en_all_novid_2017-08/A/JavaScript_syntax.html \\ | https://www.wikiwand.com/en/JavaScript_syntax \\ |
| <HTML> | |
| <html> | <html> |
| </HTML> | <iframe width="800" height="700" src="https://www.wikiwand.com/en/JavaScript_syntax" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> |
| <html><iframe width="800" height="400" src="http://174.72.206.112:8000/wikipedia_en_all_novid_2017-08/A/JavaScript_syntax.html" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></html> | </html> \\ |
| |
| <HTML> | ===== - JavaScript Example ===== |
| | **[[javascript#top|Top]]**\\ |
| | <html> |
| | SEE THIS - <a href="./doku.php?id=programming_and_computing#%E2%80%87gpt4all_free-to-use_chatbot">GPT4All free-to-use chatbot</a> |
| | </html> \\ |
| | <!DOCTYPE html> |
| | <html> |
| | <head> |
| | <title>My Web Page</title> |
| | <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> |
| | <script> |
| | $(document).ready(function() { |
| | $("h1").text("Welcome to my page!"); |
| | }); |
| | </script> |
| | </head> |
| | <body> |
| | <h1>This is an example of a webpage with JavaScript.</h1> |
| | <p>The text in the heading will be changed when the page loads using jQuery.</p> |
| | </body> |
| </html> | </html> |
| </HTML> | |
| \\ | \\ |
| | |
| ===== - JavaScript: Understanding the Weird Parts - The First 3.5 Hours ===== | ===== - JavaScript: Understanding the Weird Parts - The First 3.5 Hours ===== |
| | **[[javascript#top|Top]]**\\ |
| | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence \\ |
| | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness \\ |
| | **[[javascript#top|Top]]**\\ |
| | <html><a href="/dokuwiki/videos/programming_and_computing/JavaScript%20Understanding%20the%20Weird%20Parts%20-%20The%20First%203.5%20Hours.mp4" target="_blank">JavaScript: Understanding the Weird Parts</a></html> on Dokuwiki\\ |
| | <html> |
| | <head> |
| | <title>afterglow player</title> |
| | <script src="/dokuwiki/Afterglow/afterglow.min.js"></script> |
| | </head> |
| | <body> |
| | <video class="afterglow" id="Galaxy-S10" width="800" height="450" poster="https://miro.medium.com/max/785/0*Co9Hk-VtMLfM08KH.png" data-skin="dark" data-autoresize="none" preload="none"> |
| | <source type="video/mp4" src="/dokuwiki/videos/programming_and_computing/JavaScript%20Understanding%20the%20Weird%20Parts%20-%20The%20First%203.5%20Hours.mp4" /> |
| | </video> |
| | </body> |
| | </html> \\ |
| **[[javascript#top|Top]]**\\ | **[[javascript#top|Top]]**\\ |
| https://www.youtube.com/watch?v=Bv_5Zv5c-Ts \\ | https://www.youtube.com/watch?v=Bv_5Zv5c-Ts \\ |
| <iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=UUsFmLpSNJuFzpKqdEj5jeHw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> | <iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=UUsFmLpSNJuFzpKqdEj5jeHw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> |
| </html> \\ | </html> \\ |
| ===== - Douglas Crockford Lectures on JavaScript playlist ===== | |
| **[[javascript#top|Top]]**\\ | |
| https://www.youtube.com/playlist?list=PL62E185BB8577B63D \\ | |
| <HTML> | |
| <html> | |
| </HTML> | |
| <html><iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PL62E185BB8577B63D" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></html> | |
| |
| <HTML> | |
| </html> | |
| </HTML> | |
| http://174.72.206.112:73/pdf/Douglas_Crockford_Lectures_on_JavaScript.pdf \\ | |
| {{obj:noreference 60%,800 > http://174.72.206.112:73/pdf/Douglas_Crockford_Lectures_on_JavaScript.pdf|Douglas_Crockford_Lectures_on_JavaScript.pdf}} \\ | |
| \\ | |
| ===== - JavaScript Tutorial for Beginners: Learn JavaScript in 1 Hour [2019] ===== | ===== - JavaScript Tutorial for Beginners: Learn JavaScript in 1 Hour [2019] ===== |
| **[[javascript#top|Top]]**\\ | **[[javascript#top|Top]]**\\ |
| http://eloquentjavascript.net/ - Code Sandbox \\ | http://eloquentjavascript.net/ - Code Sandbox \\ |
| **[[javascript#top|Top]]**\\ | **[[javascript#top|Top]]**\\ |
| http://n6xre.duckdns.org:8080/dokuwiki/pdf/Eloquent_JavaScript.pdf\\ | http://wp-n6xre.duckdns.org/dokuwiki/pdf/Eloquent_JavaScript.pdf\\ |
| {{obj:noreference 60%,800 > http://n6xre.duckdns.org:8080/dokuwiki/pdf/Eloquent_JavaScript.pdf}} \\ | {{obj:noreference 60%,800 > http://wp-n6xre.duckdns.org/dokuwiki/pdf/Eloquent_JavaScript.pdf}} \\ |
| |
| ===== - http://javascriptkit.com/ ===== | ===== - http://javascriptkit.com/ ===== |