learn-co-curriculum/phase-3-nested-hash-iteration

Ruby
This is stars and forks stats for /learn-co-curriculum/phase-3-nested-hash-iteration repository. As of 29 Apr, 2024 this repository has 2 stars and 704 forks.

Enumerables: Iterating Over Nested Hashes Learning Goals Iterate over a nested hash Iterating Over Nested Hashes In Ruby, it's possible to use enumerable methods to iterate over key-value pairs in hashes. For example: jon_snow = { name: "Jon", email: "[email protected]" } jon_snow.each do |key, value| puts "Key: #{key}" puts "Value: #{value}" end # Key: name # Value: Jon # Key: email # Value: [email protected] What happens when we want to iterate over a nested hash like the one below? Let's...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
ankane/searchkickRuby6.3k07580
visual-space/visual-editorDartC++CMake237+130+1
Baseflow/flutter_cached_network_imageDartC++CMake2.3k05940
sarbagyastha/youtube_player_flutterDartHTMLRuby63206750
hoaphantn7604/react-native-template-componentsTypeScriptJavaObjective-C146+1560
AaronLasseigne/dotfilesVim ScriptShellLua18000
github/markupRubyPythonDockerfile5.7k03.6k0
turingschool-examples/set_list_tutorialRubyHTMLJavaScript20890
markdownlint/markdownlintRubyDockerfile1.6k02300
containerd/nerdctlGoShellDockerfile6.7k05000