subject

In javascript i was given the footballer. html and the footballer_api. js files, i have to make a footballer. css and ANOTHER footballer. js file in order to create a table that looks like the attached image.'s primary purpose is to make DOM modifications to the HTML document in response to the data that is obtained through the baller library.

so there needs to be TWO .js files

The user sees a page listing all of the teams in the Driftless Region rugby (football) league. The teams are listed in a table. The teams already exist and are obtained through the baller library. Note that this library will re-generate a random data-set (including a random number of teams and games) every time the application is refreshed.
The baller library is an object that is accessible via the globally defined variable named baller. All interaction with the library is through this global variable. Your code must interact with the library to perform all data-related operations There is no other mechanism for peforming these operations.

Property Description
getTeams(cb:function) This function accepts a callback function and returns undefined. The callback function is executed when the teams have been obtained from the baller library. The callback function is a function of two inputs: an error string and a list of all teams. Exactly one of these two elements will be null.
getTeam(id:string, cb:function) This function accepts the id of a team and a callback function cb. The getTeam function returns the value undefined. The callback function is executed when the team has been obtained from the baller library. The callback function is a function of two arguments: an error string and the team object having the specified id. Exactly one of these two elements will be null.
getGames(id:string, cb:function) This function accepts the id of a team and a callback function cb. The callback function is executed when the games of the specified team (identified by id) have been obtained from the baller library. The callback function is a function of two arguments: an error string and a list of game objects involving the team having the specified id. Exactly one of these two elements will be null.
link to full asmt
https://charity. cs. uwlax. edu/views/cs202/homeworks/hw04/inde x. html
here is the hmtl

view-source:https://charity. cs. uwlax. edu/views/cs202/homeworks/hw04/code /footballer. html

here is the footbalelr_api. js

https://charity. cs. uwlax. edu/views/cs202/homeworks/hw04/code /footballer_api. js

there should be 4 code files total


In javascript

i was given the footballer.html and the footballer_api.js files, i have to make a f

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 21:30
This graph compares the total cost of attending educational institutions in texas. the graph demonstrates that the cost at private and public technical schools greatly varies.
Answers: 2
question
Computers and Technology, 22.06.2019 21:40
Develop a function to create a document in the mongodb database “city” in the collection “inspections.” be sure it can handle error conditions gracefully. a. input -> argument to function will be set of key/value pairs in the data type acceptable to the mongodb driver insert api call b. return -> true if successful insert else false (require a screenshot)
Answers: 2
question
Computers and Technology, 23.06.2019 07:50
Apython programming question: assume s is a string of lower case characters. write a program that prints the number of times the string 'bob' occurs in s. for example, if s = 'azcbobobegghakl', then your program should print number of times bob occurs is: 2
Answers: 3
question
Computers and Technology, 23.06.2019 15:30
Hey so i was just trying out some game hacks so i took a paste from online and built it in my visual studio and then suddenly my computer was working or clicking on stuff on its own am i hacked?
Answers: 1
You know the right answer?
In javascript i was given the footballer. html and the footballer_api. js files, i have to make a...
Questions
Questions on the website: 13722359