在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:turingschool-examples/javascript-foundations开源软件地址:https://github.com/turingschool-examples/javascript-foundations开源编程语言:JavaScript 100.0%开源软件介绍:JavaScript FoundationsEach exercise emphasizes the fundamentals of object oriented programming in JavaScript. Installation Steps
You should see something like: > [email protected] test /Users/robbie/turing/front-end/1mod/javascript-foundations
> mocha "mythical-creatures/test/unicorn-test.js"
Unicorn
- should be a function
- should instantiate our good friend, Unicorn
- should have a name
- should have a color
- should be white as default
- should refute isWhite
- should say sparklying stuff
0 passing (6ms)
7 pending
OverviewThere are lots of test suites in this repo! Our recommendation is to complete each Mythical Creature before the End of Module Assessment. After you've completed all of the creatures, start working through the other test suites listed below (in any order). We find that when students complete the same test suite over and over, memorization and pattern matching kick in (which is not what we want!). These test suites should be improving your problem solving skills. If you feel yourself being able to write code without reading the full test, it’s probably time for a new test suite. You can (and should) be strategic about how you use these - for example, you might use one of the repos for a mock final assessment with your mentor. Completing all of these test suites is not necessary, but you should be working on this repo regularly. We see that students are the most successful when they establish a routine for working through these test suites. For example, you might work on them for 45 minutes every morning before class. Find a routine that works best for you and plan ahead so you remain on track to, at minimum, complete all of the mythical tests. Greatest Hits |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论