Skip to content
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

Kelly Manahan #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

kellymanahans
Copy link

No description provided.

@@ -0,0 +1,3 @@
In order to protect myself the simplicist thing i did was change my password to something that has at least 10 characters, I also made up words for my password. I have a real problem with remembering my password, I can always store my passwords in something at home or use a service that charges to keep my passwords safe (but that might be a risk if they are somehow hacked).

I have also implemented two factor authentication for some of my personal accounts.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -0,0 +1,13 @@
Mary owns a local flowershop. She has regular customers for large events. She saves the credit card information for convience. She has lots of competitors but,has no known enemies.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done and well written! :+1

console.log(regex1.test("antelope rocks out"));
//console.log(regex1.test("antelopes rock out"));

let regex2 = /[^b]oat/g;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we did [^b], then the words coat and oat will match. Better to use a capture group:

(g|m)oat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants