
Hi, I have posted this question before but the solution am getting is not what I want.
Note:
Please follow the instructions I posted before the question, let me know if there is an issue.
Instruction:
Please write these problems in javascript.
1. You are to have two javascript files:
a. your problem javascript and
b. your test javascript file that verifies the function that was written in your problem javascript
2. The implementation for your 5 JavaScript functions must be completed within your - problems.js file.
3. Your Problem JavaScript functions file must be configured for strict mode (“use strict”)
The pages that follow provide the description of the 5 JavaScript functions that you must implement
Questions
1. Description
a). You are to develop a JavaScript file (problems.js) that contains the implementation of 5
functions. Each function is represented as one step,
b). Each function is independent and solves a unique problem, as such, treat and implement each function in isolation of the others, that is, you should only focus on one problem at a time.
2). Objective
• Write decision-making statements and control structures to solve problems
• Apply programming logic to solve basic to intermediate problems
• Testing and debugging
3. Variables/function name can be short, yet descriptive/meaningful, camel casing applied
• Use let/const over keyword var when possible
• Avoid globals
• Stick to a strict coding style
• Comment as much as needed but not more
• Clean and easy to read code (indentation, space before and after any operator)
Please ensure to remove all instances of the following from your final submission solution:
• document.write()
• innerHTML()
• alert()
• any commented code
• Do not overuse the console log, spamming the console log unnecessarily


Step by stepSolved in 3 steps with 2 images

- Hi, I have posted this question before but the solution am getting is not what I want. Note: Please follow the instructions I posted before the question, let me know if there is an issue. Instruction: Please write these problems in javascript. 1. You are to have two javascript files: a. your problem javascript and b. your test javascript file that verifies the function that was written in your problem javascript 2. The implementation for your 5 JavaScript functions must be completed within your - problems.js file. 3. Your Problem JavaScript functions file must be configured for strict mode (“use strict”) The pages that follow provide the description of the 5 JavaScript functions that you must implement Questions 1. Description a). You are to develop a JavaScript file (problems.js) that contains the implementation of 5functions. Each function is represented as one step, b). Each function is independent and solves a unique problem, as such, treat and implement each function in…arrow_forwardIn java and UML diagram, Please show output and comment code out Source file: Each public class must be contained in a separate Java source file. Only one source file will have a main() method and this source will be named BlackjackGameSimulator.java. Other source/class names are up to you following the guidelines specified so far in the course. The format of the Java source must meet the general Java coding style guidelines discussed so far during the course. Pay special attention to naming guidelines, use of appropriate variable names and types, variable scope (public, private, protected, etc.), indentation, and comments. Classes and methods should be commented with JavaDoc-style comments (see below). Please use course office hours or contact the instructor directly if there are any coding style questions. JavaDocs: Sources should be commented using JavaDoc-style comments for classes and methods. Each class should have a short comment on what it represents and use the @author…arrow_forwardRefer to the following interface: Provide two examples (screenshots) that in many ways could improve the above or similar interface using the principles of direct manipulation. Explain the relevant improvements as well. (Examples might have different object, labels and organization)arrow_forward
- THIS NEEDS TO BE DONE IN C#!! The Tourtise and The Hair In this lab, we will be simulating the classic race of the tourtise and the hare. The race will take place on two paths of 70 tiles, which spans from left to right. The path will have two lanes, one for each animal. The path will be represented as an array of 70 characters, where each character will be the following: · A dash(i.e, “-“), which represents an empty tile. · An “h”, which represents the hare on the hare lane. · A “t”, which represents the tourtise on the tortise lane. All tiles will be “empty” (i.e. set to the dash) with the exception of the tiles that are occupied by the animals. As the animals move, the previous tile the animal was on will be set to empty, and the new tile will be changed to either “h” or “t”. Tile 70 will be the finishing tile, and the first animal to that tile will be declared the winner of the race. We will use randomization to determine how far each animal will move. Since this race will be…arrow_forwardSelect all the statements that are true about Python's unittest module and Django's test framework: a. Django's test framework builds on Python's unittest module b. Django's TestCase class is a sub-class of unittest.TestCase c. A collection of unit tests is called a "test suite" d. Unit tests are run using the same database that the programmer uses for the development server e. HTML assert methods (such as assertHTMLEqual) are already part of Python's unittest.TestCasearrow_forwardi am trying to write code for c#. the gui is set up. i have 3 list boxes each with 3 items and each item has a different price. customer should select one from each list box and then be presented with a total price. i'm struggling to know what is the first thing i do. i have the using information, namespace......do i begin after Initialize Component?arrow_forward
- Hello! I am having trouble trying to write out the code that is supposed to begin by creating the "framework" of my Yahtzee Java program and I am just not sure on how to go about it. There are instructions (//***) at the very end of the code on what I have to write out, but that is where I am having trouble. Can you also write the comments that explains the "why" and "how" for each code as well? Thanks and I appreciate it. Here is what I have so far: public class YahtzeeP1 { final static int SCORE_NO_VALUE = -1; static int aces = SCORE_NO_VALUE; static int twos = SCORE_NO_VALUE; static int threes = SCORE_NO_VALUE; static int fours = SCORE_NO_VALUE; static int fives = SCORE_NO_VALUE; static int sixes = SCORE_NO_VALUE; static int threeKind = SCORE_NO_VALUE; static int fourKind = SCORE_NO_VALUE; static int fullHouse = SCORE_NO_VALUE; static int smallStraight = SCORE_NO_VALUE; static int largeStraight =…arrow_forwardJava codearrow_forwardWrite your program in C# with Visual Studio, or an online compiler - compile, and execute it. Upload the file with the .cs extension to Canvas for grading. Canvas will not accept any other file type. • There will be a 10% deduction for each weekly last submission. You only get a maximum of two weeks to make up for any late work; Ex: late two weeks = 20% deductions Programming Assignment 3: Chapter 4 Write, compile, and test a program called Credit Test. Write a program that asks a user to enter their Credit Score and Down payment for a loan approval process. Display credit accepted message if the user meets either of the following requirements: A minimum credit score of 675, and a down payment of $35000 or above. A credit score below 675, and a down payment of 85000 and above. A credit rejected message should display if the user doesn't meet any of the qualification criteria.arrow_forward
- I need a code that demonstrates the use of the below items (Templates, overloading, and vectors). It doesn't need to be special and you can choose the example for the code. Maybe 30 - 50 lines of code that I can run in Visual Basic 2019. I just want to be able to compile it so that I understand what I am reading next week. Working examples are better than what I can pull from the single code examples in the book. Please label to help me identify. Thanks 1. Write C++ code (perhaps around 30-50 lines of code) and make it compile and run showing how to use: a. Templates b. Overloading c. Vectorsarrow_forwardfinal big report project for java. 1.Problem Description Student information management system is used to input, display student information records. The GUI interface for inputing ia designed as follows : The top part are the student imformation used to input student information,and the bottom part are four buttonns, each button meaning : (2) Total : add java score and C++ score ,and display the result; (3) Save: save student record into file named student.dat; (4) Clear : set all fields on GUI to empty string; (5) Close : close the winarrow_forwardPlease answer question. This is pertaining to Java programming language 1-26arrow_forward
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education





