Hey there! 👋 This is where I share random thoughts on software development and document my proof-of-concept projects. Expect a mix of ideas, experiments, and coding explorations.
Nice post! You just need to pay attention to the terminology.
Comments in code snippets are a bit misleading. // Define function is actually function declaration and // Create function is function definition.
Nice post! You just need to pay attention to the terminology.
Comments in code snippets are a bit misleading.
// Define functionis actually function declaration and// Create functionis function definition.Thank you for your feedback. I have fixed the error.