Skip to content

Commit 4f03eaa

Browse files
dakshdeepHERESSwiniarskiyangc95Dusch4593
authored
Changes on my old interface PR (Codecademy#2076)
* added loops.md in kotlin folder * added more info and a introduction paragraph for loops * Added data-types.md in the kotlin folder * Update content/kotlin/concepts/loops/loops.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/loops/loops.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/loops/loops.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/loops/loops.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/loops/loops.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/loops/loops.md Co-authored-by: SSwiniarski <[email protected]> * Update loops.md * Update loops.md * Update loops.md * changed the sequence of for while and do while loops * del * changed tags * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * Update content/kotlin/concepts/data-types/data-types.md Co-authored-by: Christine Yang <[email protected]> * changed the sentence in line 278 * Update data-types.md * added variables.md in kotlin folder * Update content/kotlin/concepts/variables/variables.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/variables/variables.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/variables/variables.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/variables/variables.md Co-authored-by: SSwiniarski <[email protected]> * Update variables.md * del * added hashmap.md in kotlin folder * did some changes * added remove function of hashmap * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: SSwiniarski <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: Brandon Dusch <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: Brandon Dusch <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: Brandon Dusch <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: Brandon Dusch <[email protected]> * Update content/kotlin/concepts/hashmap/hashmap.md Co-authored-by: Brandon Dusch <[email protected]> * del * create changes for PR changes * Rename content/kotlin/concepts/Interfaces/Interfaces.md to content/kotlin/concepts/interfaces/interfaces.md --------- Co-authored-by: SSwiniarski <[email protected]> Co-authored-by: Christine Yang <[email protected]> Co-authored-by: Brandon Dusch <[email protected]>
1 parent 0bf098a commit 4f03eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/kotlin/concepts/Interfaces/Interfaces.md renamed to content/kotlin/concepts/interfaces/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Title: 'Interface'
2+
Title: 'Interfaces'
33
Description: 'Interfaces are an abstract class describing methods and variables that should exist in any class that implements the interface.'
44
Subjects:
55
- 'Computer Science'

0 commit comments

Comments
 (0)