Skip to content

Instantly share code, notes, and snippets.

View chidaihuashi's full-sized avatar

barry-lin chidaihuashi

View GitHub Profile
@colin-han
colin-han / Functional Programming练习题.md
Last active May 10, 2022 06:32
Functional Programming练习题

一、理解函数式编程

1. 有一个Web服务,为你提供了如下的数据结构:

难度:★

var data = [
  {
    name: "Jamestown",
    population: 2047,
    temperatures: [-34, 67, 101, 87]

},