- Insight guidelines
- What is an insight?
- Insight
- Workout
- Practice Question
- Revise Question
- What is an insight made out of?
- Topic [M]
- Subtopic [M]
- Title [M]
- Author [M]
- Levels [M]
- Type [M]
- inAlgoPool
- Category [M]
- Tags
- Notes
- Parent
- Links
- Content [M]
- Practice Question
- Revise Question
- Footnotes
- What should I keep in mind when writing an insight?
- How do I write an insight?
- Insight Creation
- Insight format
- Specific Insight Syntax
- Code blocks
- Code snippets
- Fill-the-gap questions
- Footnotes syntax
What is an insight?
Insight
Workout
Practice Question
Revise Question
What is an insight made out of?
Topic [M]
Subtopic [M]
Title [M]
# Custom `propType`'s to be required
Author [M]
author: catalin
Levels [M]
levels:
- advanced
- medium
- basic
- beginner
Type [M]
type: normal
inAlgoPool
inAlgoPool: false
Category [M]
category: good practice
Tags
tags:
- polyfill
- another-tag
Notes
notes: 'here is my note'
Parent
parent: session-handling-in-express
Links
links:
- >-
[facebook.github.io](https://facebook.github.io/react/tips/false-in-jsx.html){website}
// - >-
// [short-name](full-url){resource-type}
Content [M]
---
## Content
The usage of the `false` keyword in **JSX** and implicitly **React** is worth mentioning because of its volatile behaviour.
First of all, `false` is widely used to specify that a **React** element has no child:
```
ReactDOM.render(<div>{false}</div>,
myNode);
```
Practice Question
---
## Practice
You can get *detailed* information about your Linux distribution by running:
```
$ ???
```
*`lsb_release -a`
*`lsb_release -i`
*`ls_release -a`
*`lin_release`
Revise Question
---
##Revision
You can get *detailed* information about your Linux distribution by running:
```
$ ???
```
*`lsb_release -a`
*`lsb_release -i`
*`ls_release -a`
*`lin_release`
Footnotes
---
## Footnotes
[1:LSB]
**LSB** in the `lsb_release` command stands for *Linux Standard Base* which is a joint project by several Linux Distributions aiming to standardise the software system architecture.
What should I keep in mind when writing an insight?
How do I write an insight?
Insight Creation
Insight format
# Insight Title
author: authorName
levels:
- basic
type: normal
inAlgoPool: false
category: insightCategory
tags:
- insightTag1
notes: 'a random note'
parent: parent-insight-slug
links:
- >-
[short-name](full-url){resource-type)
---
## Content
Insight content goes here[1]
---
## Practice
Practice question content goes heres
---
## Revision
Revision question content goes heres
---
## Footnotes
[1:Footnote Name]
Footnotes content that will be linked with the word in content marked with [1].
Specific Insight Syntax
```javascript
var x = []
// code snippet using javaScript highlighting
```
```java
private static int x = 30;
// code snippet using Java highlighting
```
The sky is ???.
Grass is ???.
*blue
*green
*red
*yellow
// blue will correctly fit the first gap
// green will correctly fit the second gap
---
## Content
Insight content goes here[1]
---
## Footnotes
[1:Footnote Name]
Footnotes content that will be linked with the word in content marked with [1].