Explain what the getContext() method does. The getcontext() function initializes the structure pointed to by ucp to the current user context of the calling process. The ucontext_t type that ucp points to defines the user context and includes the contents of the calling process’s machine registers, the signal mask, and the current execution stack.
List 3 different Chart types you can create using Chart.js. Radar Chart, Scatter Chart, or Line Chart