Coding 26 June 2023 JSON What is JSON? JSON is a lightweight data format that represents data as key-value pairs. It is based on JavaScript object syntax but is language-independent,
Coding 23 June 2023 Javascript Events JavaScript events are an essential part of creating dynamic and interactive web pages. Events are actions or occurrences that happen in the browser, such as
Coding 12 April 2023 The BOM The Browser Object Model (BOM)The BOM is a collection of objects and properties that represent various aspects of the web browser. It is implemented
Coding 12 January 2023 JavaScript Mutable A Mutable value is one that can me changed without creating a new instance. By Default Objects and Arrays are Mutable in JavaScript. The example
Coding 10 January 2023 Javascript Immutable An Immutable value cannot be changed without creating a new instance. In JavaScript all primitive types are Immutable. Once a primitive type is created is
salesforce 29 December 2022 Salesforce Searching on a Multi-Select In Salesforce understanding data types and their corresponding operators is key when trying to construct a dynamic query. It is important to understand which operators to use for which field.
Coding 16 December 2022 Distance At Bearing Method to calculate the a new point given the starting point, distance from initial point and the bearing /** * [markerAtBearingAndDistance Calculates the lat lng of new