Back to Freecodecamp

Toolkit Functions

curriculum/challenges/english/blocks/function-basics/toolkit-functions-video.md

latest271 B
Original Source

--description--

In this video, you will learn about toolkit functions.

--questions--

--text--

Which of the following is NOT an example of a toolkit function?

--answers--

$y = |x|$


$y = x$


$y = x^3 + x$


$y = x^2$

--video-solution--

3