Skip to content

Commit

Permalink
update javascript questions plus added icon and image
Browse files Browse the repository at this point in the history
  • Loading branch information
SisyphusTheSecond committed Apr 5, 2024
1 parent 2a61d17 commit 800fd61
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Binary file added icon.ico
Binary file not shown.
Binary file added icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
const questions = [
{
question: "Who made this Game: ",
answers: [
{text: "Application Program Interface", correct: true},
{text: "Advanced Programming Interface", correct: false},
{text: "Automated Protocol Integration", correct: false},
{text: "Application Process Integration", correct: false},
]
},
{
question: "What does the acronym 'API' stand for?",
answers: [
Expand Down

0 comments on commit 800fd61

Please sign in to comment.