Skip to content

Revert "Update README.md" #43

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

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ How to use and the purpose of this project:

Just a recap for quick understanding, to solve this problem you need two responsive functions which are the setinterval function that take care of the timer while the settimeout function is responsible to execute any function for clearing of the time that's been assign by the programmer at the initial stage.

furthermore, for reference when developing a proactive security software that will be used to protect an organization infrastructure, this is where this problem solving or project will be of help. for instance, If a cybersecurity analyst personnel is developing a software that helps to protect an organization from their potential threats, risks and vulnerabilities. Making the use setinterval function to set a timer and the SetTimeout function to clear the time of which the program that will execute the software functionality will a very effective and essential way in validating and creating a software that will protect the financial aspect of an organization by detecting and clearing any found threat or risk that will compromised the security standard or confidential information of an organization. Most importantly, It'll protect the company's reputation by making them meeting up to the regulatory policy in cyber security.
furthermore, In reference to the development of a proactive security software that will be used to protect an organization infrastructure, this is where this problem solving or project will be of help. for instance, If a cybersecurity analyst personnel is developing a software that helps to protect an organization from their potential threats, risks and vulnerabilities. Making the use setinterval function to set a timer and the SetTimeout function to clear the time of which the program that will execute the software functionality will a very effective and essential way in validating and creating a software that will protect the financial aspect of an organization by detecting and clearing any found threat or risk that will compromised the security standard or confidential information of an organization. Most importantly, It'll protect the company's reputation by making them meeting up to the regulatory policy in cyber security.

Also, the last part of this algorithm deal with the eventlistener in javascript. which will be attached soonest. do well to reach if experience any issue on your process.

Expand Down