This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="https://www.youtube.com/watch?v=7t0O5XoR6ow" target="_blank">Intro</a></p> | |
</li> | |
<li dir="ltr"> | |
<p dir="ltr">Recommendations worth a million: Intro to clustering</p> | |
</li> | |
<ol> | |
<li dir="ltr"> | |
<p dir="ltr"><a href="https://www.youtube.com/watch?v=tCUzRMk1sTA" target="_blank">Intro to Netflix</a></p> | |
</li> | |
<li dir="ltr"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var p1Age = document.getElementById("p1age").value; | |
var p1Height = document.getElementById("p1height"); | |
var p2Age = document.getElementById("p2age"); | |
var p2Height = document.getElementById("p2height"); | |
var p3Age = document.getElementById("p3age"); | |
var p3Height = document.getElementById("p3height"); | |
//CONDITIONS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title></title> | |
</head> | |
<body> |