#programming-languages
Read more stories on Hashnode
Articles with this tag
A variable is “a named space in the memory” that stores values. In other words, it acts a container for values in a program. Variable names are called...
Comments are the set of statements that are ignored by the Dart compiler during the program execution. Types of Comments Dart provides three kinds of...
JUST IN TIME(JIT) A JIT compiler converts program source code into native machine code just before program execution. Compilers are usually one of the...
Flutter is a mobile app development platform created by Google. It allows developers to create web, desktop, and cross-platform apps that run on...