Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2022 03:15 AM
Hello,
Consider the below example of adding two numbers.
var a = 2;
var b = 2
var c = a+b;
If you access a value from a variable or from other places then it's not hardcoded. but if use c = 2+2; then its hardcoded one
Hope you got this.