#fundamentals
Read more stories on Hashnode
Articles with this tag
What are basics and fundamentals of programming in Python? · Here is a summary of the basics of Python: Python is an interpreted, object-oriented,...
Learn from scratch about functions, and functional programming. · What is a function? A function is a block of code that performs a specific task....
Here is a comprehensive overview of Swift syntax rules: Comments: // Single line comment /* Multi-line comment */ Code Blocks: { // Code...
Basic CSS syntax explained step by step with ChatGPT. · CSS stands for Cascading Style Sheets. It's a stylesheet language used to describe the...
Object oriented programming in JavaScript. · JavaScript objects are composite variables that encapsulate multiple values and methods. Each value is...
Introduction to data structures with JavaScript. · In JavaScript, user-defined data types refer to data types that the developer creates themselves,...