Search Exercises
Find the perfect exercise to practice your coding skills
8 results for "functions"
1
Array Destructuring
Learn to extract array values into variables with destructuring.
2
Arrow Functions
Write concise functions with modern JavaScript arrow syntax
3
Callback Functions
Understand callback functions and how they enable asynchronous JavaScript.
4
Default Parameters
Learn to set default values for function parameters in JavaScript.
5
Function Basics
Learn to create and use functions in JavaScript with traditional syntax.
6
Higher-Order Functions
Understand functions that take or return other functions.
7
Type Conversion in Python
Learn to convert between different data types in Python.
8
Understanding Scope
Learn about variable scope and how it affects your JavaScript code.