Functional programming ๐ Feb 11, 2020 ยท โ 5 min read ยท โ๏ธ t1 In functional programming, programs are composed of pure functions that take input values and return output values, without mutating state or causing side effects.