Left Sidebar
Showing posts with the label FunctionsShow all
Arrow Functions in JavaScript
Champak Roy
Tuesday, January 23, 2024
Arrow Functions in JavaScript ⚡ Arrow Functions in JavaScript Arrow functions offer a shorter and more readable way to write functions. Let’s learn how they work, how they dif…
How to make functions in Kotlin -1 ?
Champak Roy
Sunday, December 27, 2020
This post explains the basics of implementing functions in the Kotlin programming language. Functions in Kotlin are declared by using the fun keyword. Here is a simple Hello Kotlin function. fun say…