Skip to content

Commit

Permalink
Replace "chair pair" with "neighbor(s)"
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidamasaki committed Apr 1, 2019
1 parent 794b2f3 commit e6569ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 01-ruby-fundamentals/exercises/conditions-worksheet.md
@@ -1,5 +1,5 @@
# Condition Evaluation Worksheet
With your chair pair, determine the final `boolean` output of these compound conditions. Refer to the _Truth Table_ and _Precedence List_ in the textbook resource.
With your neighbor(s), determine the final `boolean` output of these compound conditions. Refer to the _Truth Table_ and _Precedence List_ in the textbook resource.

When in doubt, write down your work on paper.

Expand Down
2 changes: 1 addition & 1 deletion 05-html-css/content-hierarchy.md
Expand Up @@ -33,7 +33,7 @@ Below are tags that group elements together.
<main></main>
```
**Think, Pair, Share**
Take some time to research how to use each of the above tags. Then discuss with your chair pair. And then high five each other.
Take some time to research how to use each of the above tags. Then discuss with your neighbor(s). And then high five each other.

## Organize Content with Sectioning Elements
Sectioning elements wrap around the elements we have already been working with. Organizing elements into sectioning elements will also become useful as we start to style the layout of our webpages.
Expand Down
2 changes: 1 addition & 1 deletion 09-intermediate-rails/api-tools.md
Expand Up @@ -123,7 +123,7 @@ You should have a JSON object returned as a response with the details of the use

#### Experimenting on your own:

With your chair partner take a look at the [Slack API](https://api.slack.com/methods) and try to use some of the other methods. Try other parameters the API Docs show you.
With your neighbor(s) take a look at the [Slack API](https://api.slack.com/methods) and try to use some of the other methods. Try other parameters the API Docs show you.

## Resources
- [TutorialsPoint curl docs](https://www.tutorialspoint.com/unix_commands/curl.htm)
Expand Down
2 changes: 1 addition & 1 deletion 11-Backbonejs/live-code-overview.md
Expand Up @@ -80,7 +80,7 @@ Forms and tables are old hat at this point, but let's dive into that Underscore
</script>
```

We'll do a quick recall activity with your chair pair to recall what we just learned about Underscore:
We'll do a quick recall activity with your neighbor(s) to recall what we just learned about Underscore:
1. What are the three steps in creating an Underscore template?
1. Now that you know which steps you need, identify which of those steps we have completed and which we still need to complete.
1. What does it mean to "compile the template"? What code corresponds to this instruction (JavaScript lives in `src/app.js`)?
Expand Down

0 comments on commit e6569ae

Please sign in to comment.