Functions in Programming - Core Coding 4

Опубликовано: 01 Ноябрь 2024
на канале: z3nsh3ll
86
5

This is part 4 of the Core Coding course - Functions in Programming.

We'll learn how to write functions that take in parameters and return output based on function logic. We'll see examples written in javascript, php and python.


Support This Channel
======================

Please like and subscribe, it means a lot!

Please buy me a coffee so I can continue to make content.
https://buymeacoffee.com/zenshell

Join our Discord
  / discord  


00:00 Introduction
00:24 Example function
01:43 Adding function parameters
03:53 Function return value
05:04 PHP example
07:42 Python example
09:38 Built in vs user defined functions
10:25 Default parameter values
11:33 Storing functions as variables
12:23 Summary