issues
search
oldoc63
/
learningFS
Web development back and front
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Review
#1066
oldoc63
opened
2 years ago
0
Move repetitive steps out of the test #1063
#1065
oldoc63
closed
2 years ago
0
Messing around with hooks #1063
#1064
oldoc63
closed
2 years ago
0
Hooks
#1063
oldoc63
opened
2 years ago
3
unlinkSync in both tests #1056
#1062
oldoc63
closed
2 years ago
0
We want to ensure that the enviroment returns to its state before the…
#1061
oldoc63
closed
2 years ago
0
Message removed #1056
#1060
oldoc63
closed
2 years ago
0
In both testwe are modifying the enviroment by creating a new message…
#1059
oldoc63
closed
2 years ago
0
Note the newfile message.txt created in your directory #1056
#1058
oldoc63
closed
2 years ago
0
Changes to the enviroment in one test might affect the next test #1056
#1057
oldoc63
closed
2 years ago
0
Teardown
#1056
oldoc63
opened
2 years ago
5
Both test were fixed using the correct call to .pop() #1053
#1055
oldoc63
closed
2 years ago
0
Distinct and well defined separation of steps is a must #1053
#1054
oldoc63
closed
2 years ago
0
Setup, Exercise and Verify
#1053
oldoc63
opened
2 years ago
2
assert.ok() is used to write the tests #1051
#1052
oldoc63
closed
2 years ago
0
assert
#1051
oldoc63
opened
2 years ago
1
Write a describe-describe-it block for the function Math.min() #1048
#1050
oldoc63
closed
2 years ago
0
We group tests using the describe function and define tests using the…
#1049
oldoc63
closed
2 years ago
0
describe and it blocks
#1048
oldoc63
opened
2 years ago
3
Preliminary Concepts
#1047
oldoc63
opened
2 years ago
2
Create shiftCipher class #1045
#1046
oldoc63
closed
2 years ago
0
A shift cipher takes a plain text message and shifts each letter forward in the alphabet by a given number.
#1045
oldoc63
opened
2 years ago
0
test your balloonAttack function by creating two instances of the Pla…
#1044
oldoc63
closed
2 years ago
0
Create balloonAttack function below the player class #1041
#1043
oldoc63
closed
2 years ago
0
Create the class Player #1041
#1042
oldoc63
closed
2 years ago
0
A video game consist of two players floating using 100 helium balloons.
#1041
oldoc63
opened
2 years ago
2
Create movieTime function #1038
#1040
oldoc63
closed
2 years ago
0
Create class Network with two parameters in the constructor: data and…
#1039
oldoc63
closed
2 years ago
0
You are a collegue student a you want to stream a movie over one of the campuses WI-FI networks. Based on the number of users, some networks won't have the data to stream a movie.
#1038
oldoc63
opened
2 years ago
1
Calculate and render data #1036
#1037
oldoc63
closed
2 years ago
0
Calculate and render the data when the user input changes
#1036
oldoc63
opened
2 years ago
1
Make workAround functions available to main.js #1034
#1035
oldoc63
closed
2 years ago
0
Export the four functions in workAroundModule
#1034
oldoc63
opened
2 years ago
0
Replace the arrays in workAround with the appropriate imported data/f…
#1033
oldoc63
closed
2 years ago
0
Replace empty arrays in workAroundModule
#1032
oldoc63
opened
2 years ago
0
Import functions and data from salaryData to workAroundModule #1030
#1031
oldoc63
closed
2 years ago
0
Create the workAroundModule
#1030
oldoc63
opened
2 years ago
0
Forgot puntoJS when importing from salaryData.js #1028
#1029
oldoc63
closed
2 years ago
0
from "./modules/salaryData.js"
#1028
oldoc63
opened
2 years ago
0
Add a type attribute to <script src='main.js'> with the correct value…
#1027
oldoc63
closed
2 years ago
0
Add a type=module attribute to script `<script src='main.js'>`
#1026
oldoc63
opened
2 years ago
0
Replace empty arrays with getCompanies and getRoles functions #1024
#1025
oldoc63
closed
2 years ago
0
Replace empty arrays companies and roles
#1024
oldoc63
opened
2 years ago
0
Import getRoles and getCompanies from salaryData.js #1022
#1023
oldoc63
closed
2 years ago
0
Open up main.js and take a look at the function `renderInputButtons()`
#1022
oldoc63
opened
2 years ago
0
Render radio buttons using salaryData module #1020
#1021
oldoc63
closed
2 years ago
0
Render the radio buttons using the salaryData module
#1020
oldoc63
opened
2 years ago
0
Create Index CSS #1018
#1019
oldoc63
closed
2 years ago
0
Create Index CSS
#1018
oldoc63
opened
2 years ago
0
Complete main.js #1012
#1017
oldoc63
closed
2 years ago
0
Next