AEAdeleke Emmanuelinadelekeblessing.hashnode.dev·Jun 5, 2022 · 2 min readPrimitive Data Type Vs Reference Data Type.PRIMITIVE DATA TYPE: In the primitive data type,the data is stored directly in the location variables accesses. It is stored on the stack. When you want to access primitive data type you access it by it's Value. THERE ARE DIFFERENT EXAMPLES OF PRIMI...00
AEAdeleke Emmanuelinadelekeblessing.hashnode.dev·May 26, 2022 · 2 min readA Quick Guide To An Array And Array MethodsWHAT IS AN ARRAY. ARRAY: Bunch of slots that we can put stuffs in, there is an order. ARRAY is also an ordered collection of values. Array is represented as this ([ ]). ARRAY METHODS 1: PUSH AND POP: This allows us to add and remove from the end of ...00