240 发简信
IP属地:浙江
  • 120
    FCC高级编程篇之Make a Person

    Make a Person Fill in the object constructor with the following methods below:getfirstn...

  • 120
    FCC高级编程之Inventory Update

    Inventory Update Compare and update the inventory stored in a 2D array against a second...

  • 120
    FCC高级编程篇之Exact Change

    Exact Change Design a cash register drawer function checkCashRegister() that accepts pu...

  • 120
    FCC高级编程篇之Symmetric Difference

    Symmetric Difference Create a function that takes two or more arrays and returns an arr...

  • 120
    FCC高级编程篇之Record Collection

    Record Collection You are given a JSON object representing a part of your musical album...

  • 120
    FCC高级编程篇之Validate US Telephone Numbers

    Validate US Telephone Numbers Return true if the passed string is a valid US phone numb...

  • FCC编程题之中级算法篇(下)

    介绍 本篇是"FCC编程题之中级算法篇"系列的最后一篇 这期完结后,下期开始写高级算法,每篇一题 目录 1. Smallest Common Multiple 2. Find...

  • 那些能控制情绪的人,都厉害成什么样了

    公司楼下开了一家饭馆,主打广式咸粥,味道好上菜又快,很快成为我们频繁光顾的地方。 饭馆不大,除过老板一共只有三个服务员和一个厨师,常接待我们的姑娘小徐高中毕业一年,是个爽利热...

  • FCC编程题之中级算法篇(中)

    介绍 接着上次的中级算法题 目录 1. Missing letters 2. Boo who 3. Sorted Union 4. Convert HTML Entities...

  • FCC编程题之中级算法篇(上)

    介绍 FCC: 全称为freeCodeCamp,是一个非盈利性的、面向全世界的编程练习网站。这次的算法题来源于FCC的中级算法题。 FCC中级算法篇共分为(上)、(中)、(下...