Questions tagged [lab]

Lab is a simple test utility for node.

Unlike other test utilities, lab uses domains instead of uncaught exception and other global manipulation. Our goal with lab is to keep the execution engine as simple as possible, and not try to build an extensible framework. lab works with any assertion library that throws an error when a condition isn't met.

Links:

92 questions
-2
votes
2 answers

I am struggling to figure out why my code keeps outputting the wrong values

in my current zybooks lab 3.13 the assignment asks to "Write a program with total change amount as an integer input, and output the change using the fewest coins, one coin type per line. The coin types are Dollars, Quarters, Dimes, Nickels, and…
Rae9469
  • 3
  • 2
-3
votes
3 answers

How can I create all lowercase except for the last word?

using javascript What I have so far is enter image description here so if i were to input "Happy Holidays To YOU and YOUR Family" i want my output to be "happy holidays to you and your Family"
1 2 3 4 5 6
7