• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

bloominstituteoftechnology/JavaScript-I

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

bloominstituteoftechnology/JavaScript-I

开源软件地址:

https://github.com/bloominstituteoftechnology/JavaScript-I

开源编程语言:

JavaScript 96.1%

开源软件介绍:

JavaScript - I

  • The point of these assignments is to take your knowledge of JavaScript and start putting into practice the principles learned throughout JavaScript I.

Set Up The Project With Git

Follow these steps to set up and work on your project:

  • Create a forked copy of this project.
  • Add your team lead as collaborator on Github.
  • Clone your OWN version of the repository (Not Lambda's by mistake!).
  • Create a new branch: git checkout -b <firstName-lastName>.
  • Implement the project on your newly created <firstName-lastName> branch, committing changes regularly.
  • Push commits: git push origin <firstName-lastName>.

Follow these steps for completing your project.

  • Submit a Pull-Request to merge Branch into master (student's Repo). Please don't merge your own pull request
  • Add your team lead as a reviewer on the pull-request
  • Your team lead will count the project as complete by merging the branch back into master.

Assignment Description

  • Complete all the exercises as described inside each assignment file.
  • Use console.log() statements to check to see if your code does what it is supposed to do.
  • To test your console.log() statements open up the index.html file found in the assignments folder and use the developer tools to view the console.

**Note:**You could also run node /assignments/<fileName> and see what prints in your terminal.

  • Once you finish the exercises in each file, commit your code, and push it to your fork.

Objects

To better understand objects, you really just need to write more of them. The objects.js file contains several challenges centered around a theme of interns starting at a new job. The Human Resources team needs information about the new hires. Use your new found object skills to answer vital questions for HR.

  • Read the instructions found within the file carefully to finish the challenges
  • Don't work on stretch until you have completed all assignments

Arrays

The arrays.js assignment takes us through a large data set of used cars. You have been asked to help a used car business with some customer requests based on their inventory. Use for loops and arrays to solve their problems.

  • Utilize the the array inventory to complete your challenges
  • Use any array method you see fit to solve the problem
  • Don't work on stretch until you have completed all assignments

Arrow Function Syntax

Stretch

  • Move on to tomorrow's content and start studying callbacks, write a few of your own to get the hang of it.
  • Look at array methods like .map(), .reduce(), .filter(). use them on the data in the arrays assignment to accomplish the same things you did with the ES5 for loop.



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap