Difference between revisions of "JavaScript"

From
Jump to: navigation, search
m (React)
m (Wordle)
Line 108: Line 108:
 
* [http://bit.ly/dictionary-api Dictionary API]
 
* [http://bit.ly/dictionary-api Dictionary API]
 
* [http://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]
 
* [http://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]
 
<youtube>Ke90Tje7VS0</youtube>
 
  
 
{|<!-- T -->
 
{|<!-- T -->
Line 117: Line 115:
 
<youtube>mpby4HiElek</youtube>
 
<youtube>mpby4HiElek</youtube>
 
<b>Wordle Clone in JavaScript!
 
<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
+
</b><br>You need to sign up here to follow along: http://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: http://github.com/kubowania/wordle-javascript  Code with Ania Kubów
 
|}
 
|}
 
|<!-- M -->
 
|<!-- M -->
Line 123: Line 121:
 
{| class="wikitable" style="width: 550px;"
 
{| class="wikitable" style="width: 550px;"
 
||
 
||
<youtube>ID2</youtube>
+
<youtube>K77xThbu66A</youtube>
<b>HH2
+
<b>let's write a Wordle clone in javascript (part 1)
</b><br>BB2
+
</b><br>what we ended up with: http://gist.github.com/gaearon/3a654eedd887b3ff15167aa7bf29799d ... it has a todo list, some of them aren't implemented and you can do them yourself. if you liked this, check out my beautiful dark twisted javascript course: https://justjavascript.com/
 +
 
 
|}
 
|}
 
|}<!-- B -->
 
|}<!-- B -->

Revision as of 07:35, 10 February 2022

Youtube search... ...Google search


A sampling of available Javascript Machine Learning libraries

Graphics / Visualization

________________________________

1*W79wtpbE2NTqUuFA8EVorQ.png

Demos

Node.js

Youtube search... ...Google search

React

Youtube search... ...Google search

Wordle

Youtube search... ...Google search

Wordle Clone in JavaScript!
You need to sign up here to follow along: http://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: http://github.com/kubowania/wordle-javascript Code with Ania Kubów

let's write a Wordle clone in javascript (part 1)
what we ended up with: http://gist.github.com/gaearon/3a654eedd887b3ff15167aa7bf29799d ... it has a todo list, some of them aren't implemented and you can do them yourself. if you liked this, check out my beautiful dark twisted javascript course: https://justjavascript.com/