Bug Bounty Hunting — Complete Guide (Part-42)

4 months ago 24
BOOK THIS SPACE FOR AD
ARTICLE AD

Mehedi Hasan Rafid

Bug Bounty Hunting — Complete Guide
Photo by Digital Buggu: https://www.pexels.com/photo/monitor-displaying-computer-application-374559/

Some important definitions (Starting with “J” and “K” alphabet)

Jank — A term used in software development and user experience design to describe stuttering, freezing, or unresponsive behavior in an application or interface, often caused by performance issues.Java — A widely used object-oriented programming language known for its portability, security features, and robustness. It is commonly used for building enterprise-scale applications, Android apps, and web applications.JavaScript — A versatile scripting language primarily used for client-side web development. JavaScript allows developers to add interactive elements to websites and is supported by all modern web browsers.JPEG — Joint Photographic Experts Group: A commonly used method of lossy compression for digital images, especially photographs. Files in this format usually end with the extension “.jpg” or “.jpeg”.JSON — JavaScript Object Notation: A lightweight data-interchange format that is easy for humans to read and write, and easy for machines to parse and generate. It is widely used for data transmission between a server and a web application.JSON type representation — Refers to how data types (such as strings, numbers, arrays, and objects) are represented within JSON format. For example, strings are enclosed in double quotes, numbers are written as they are, and arrays and objects are defined using square brackets and curly braces, respectively.Kebab case — A naming convention where multiple words are concatenated and separated by hyphens (“-”). For example, “background-color” is written in kebab case.Key — In various contexts such as databases, data structures, and cryptography, a key is a piece of information used to identify, access, or authenticate data. It can also refer to a keyboard key in the context of user input.Keyword — A reserved word in a programming language that has a special meaning and purpose. Keywords cannot be used as identifiers (such as variable or function names) and often control the flow of execution or define the syntax of the language.
Read Entire Article