-
-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade JavaScript code Using ES6 Concepts #167
base: main
Are you sure you want to change the base?
Upgrade JavaScript code Using ES6 Concepts #167
Conversation
Coming to Google Analytics, According to my understanding that part of code is already optimized. It just need to be documented. I did that. Thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Keerthivardhan1 ! These are good changes to the repository but as you might have noticed that the current state of your branch has merge conflicts with the base branch.
This is because your fork might not have been synced after the recent PRs that have been merged. Your code is missing those changes and thus the conflicts.
To solve this, kindly sync your fork of this repository and fetch - pull changes in your local dev environment, then modify the JS code appropriately. For starters, you can convert this to a draft PR so that the maintainers know that your are actively working on it.
@adidevs, Now I think there is no merge conflicts. I resolved them. can you please review this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks great but requires a little more correction. Please make the necessary changes.
This commit changes UpdateQueryString() and RemoveQueryString() funcion to initial stage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Keerthivardhan1 , one minor change left.
Fixes
Fixes #110 by @keerthivardhan
Description
This PR Optimizes the JavaScript code using ES6 Concepts
Technical details
This code uses : -
Arrow Functions.
Template literals.
Destructuring.
const instead of let . . .
and required Documentation.
Checklist
Update index.md
).main
ormaster
).visible errors.
Developer Certificate of Origin
For the purposes of this DCO, "license" is equivalent to "license or public domain dedication," and "open source license" is equivalent to "open content license or public domain dedication."
Developer Certificate of Origin