[Home] >  Function >  Identity function

Identity function

JavaScript version

const identity = (x) => x;