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> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>VetsinTech Web Dev Pre-Work Task</title> | |
| <style id="jsbin-css"> | |
| #pageTitle{ | |
| margin-bottom: 50px; | |
| } |
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> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>VetsinTech Web Dev Pre-Work Task</title> | |
| <style id="jsbin-css"> | |
| #pageTitle{ | |
| margin-bottom: 50px; | |
| } |
San Francisco, CA. | (415)-368-5495 | Waynebanks13@gmail.com
Linkedin: https://Linkedin.com/in/waynebanksii
“The Limelight-App” https://limelight-app.herokuapp.com
“Digicare PT” https://physician-patient-app.herokuapp.com
“Waynes-World” https://waynes-world.herokuapp.com / Contains all deployed projects
"The Mentor App" https://the-mentor-app.herokuapp.com/ First Open source project created!
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
| // Setup | |
| function abTest(a, b) { | |
| // Only change code below this line | |
| // Only change code above this line | |
| return Math.round(Math.pow(Math.sqrt(a) + Math.sqrt(b), 2)); | |
| } |
