Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
losephjambert
/
JavaScript-III
Public
forked from
bloominstituteoftechnology/JavaScript-III
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
JavaScript-III Assignment
- #1
#1
Open
losephjambert
wants to merge 16 commits into
master
losephjambert/JavaScript-III:master
from
joe-lambert
losephjambert/JavaScript-III:joe-lambert
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
JavaScript-III Assignment
#1
losephjambert
wants to merge 16 commits into
master
losephjambert/JavaScript-III:master
from
joe-lambert
losephjambert/JavaScript-III:joe-lambert
Copy head branch name to clipboard
Commits
Commits on Aug 21, 2019
initial commit
losephjambert
committed
3c4c5ff
View commit details
Copy full SHA for 3c4c5ff
Browse repository at this point
initial pull request is available
losephjambert
committed
be2fcae
View commit details
Copy full SHA for be2fcae
Browse repository at this point
describes principals of this. provides examples for global and implicit binding
losephjambert
committed
3191f4a
View commit details
Copy full SHA for 3191f4a
Browse repository at this point
adds new usage example
losephjambert
committed
60d299e
View commit details
Copy full SHA for 60d299e
Browse repository at this point
adds example for explicit binding
losephjambert
committed
4d4aa70
View commit details
Copy full SHA for 4d4aa70
Browse repository at this point
updates readme
losephjambert
committed
745a60d
View commit details
Copy full SHA for 745a60d
Browse repository at this point
creates GameObject
losephjambert
committed
d53a1e0
View commit details
Copy full SHA for d53a1e0
Browse repository at this point
refactors part of GameObject and adds test
losephjambert
committed
a520930
View commit details
Copy full SHA for a520930
Browse repository at this point
adds myGameObject console log
losephjambert
committed
2d7c91d
View commit details
Copy full SHA for 2d7c91d
Browse repository at this point
adds CharacterStats with test
losephjambert
committed
d6a58b0
View commit details
Copy full SHA for d6a58b0
Browse repository at this point
changes GameObject test name
losephjambert
committed
bc6586c
View commit details
Copy full SHA for bc6586c
Browse repository at this point
adds test_GameObject cosole.log()
losephjambert
committed
94666d3
View commit details
Copy full SHA for 94666d3
Browse repository at this point
refactors constructor functions to remove object nesting
losephjambert
committed
fd5d3dc
View commit details
Copy full SHA for fd5d3dc
Browse repository at this point
Commits on Aug 22, 2019
adds Villain and Hero. Both inherit from Humanoid. Adds attack method to Humanoid for the Villain and Hero to inherit.
losephjambert
committed
a52567d
View commit details
Copy full SHA for a52567d
Browse repository at this point
does stretch goals
losephjambert
committed
e7e3f3e
View commit details
Copy full SHA for e7e3f3e
Browse repository at this point
moves the character health readout after damage up into the takeDamage() method.
losephjambert
committed
ca3fa73
View commit details
Copy full SHA for ca3fa73
Browse repository at this point
You can’t perform that action at this time.