Difference between revisions of "JavaScript"

From
Jump to: navigation, search
m
m (Wordle)
Line 130: Line 130:
 
* [https://www.codecademy.com/resources/blog/how-to-code-wordle-game-in-javascript/ Here's How To Code Wordle — That Game That Everyone's Talking About]
 
* [https://www.codecademy.com/resources/blog/how-to-code-wordle-game-in-javascript/ Here's How To Code Wordle — That Game That Everyone's Talking About]
  
{|<!-- T -->
+
 
| valign="top" |
 
{| class="wikitable" style="width: 550px;"
 
||
 
<youtube>mpby4HiElek</youtube>
 
<b>Wordle Clone in JavaScript!
 
</b><br>You need to sign up here to follow along: https://bit.ly/rapidapi-hub In this video, I show you my approach to creating the game of Wordle in JavaScript, with the added benefit of using API's in order to generate random 5 letter words for us, and check if the words we are using for our guesses exist!  GitHub Repo: https://github.com/kubowania/wordle-javascript  Code with Ania Kubów
 
|}
 
|<!-- M -->
 
| valign="top" |
 
{| class="wikitable" style="width: 550px;"
 
||
 
 
<youtube>K77xThbu66A</youtube>
 
<youtube>K77xThbu66A</youtube>
 
<b>Let's write a Wordle clone in javascript (part 1)
 
<b>Let's write a Wordle clone in javascript (part 1)
 
</b><br>Result code: https://gist.github.com/gaearon/deb61c3f10a9319c348987acc0435ff9 if you liked this, check out my beautiful dark twisted JavaScript course: https://justjavascript.com/  - Dan
 
</b><br>Result code: https://gist.github.com/gaearon/deb61c3f10a9319c348987acc0435ff9 if you liked this, check out my beautiful dark twisted JavaScript course: https://justjavascript.com/  - Dan
 
|}
 
|}<!-- B -->
 

Revision as of 17:11, 16 February 2024

YouTube ... Quora ...Google search ...Google News ...Bing News


A sampling of available JavaScript Machine Learning libraries

Graphics / Visualization

________________________________

Demos

Node.js

Youtube search... ...Google search

React

Youtube search... ...Google search

Wordle

Youtube search... ...Google search


Let's write a Wordle clone in javascript (part 1)
Result code: https://gist.github.com/gaearon/deb61c3f10a9319c348987acc0435ff9 if you liked this, check out my beautiful dark twisted JavaScript course: https://justjavascript.com/ - Dan