JavaScript Lingo: Manipulating Data

Subscribers:
10,700,000
Published on ● Video Link: https://www.youtube.com/watch?v=vZAm3Ve9CGM



Duration: 0:51
12,186 views
123


The differences and similarities of methods and functions in JavaScript

Methods and functions are ways you can manipulate variables or other sets of information.

Methods are built in to JavaScript, and you will become more familliar with these as you write functions for the bonfires. I'd suggest looking through the MDN (Mozilla Developer Network that we discussed in the first video) to familliarize yourself with the sheer amount and general potential for the methods that exist. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Methods_Index

Examples include '.split(' ')', which will turn a string into an array and can do so in many different ways. Methods are powerful - many times when you want your script to do something, there's a method for that.

Functions, like variables, are something you define and create. During your bonfires, you will create functions that take a certain piece of information and manipulate it in whatever way you choose. You'll become more familliar with syntax there, but for now, just remember that with methods and functions you can do almost anything with your code.







Tags:
Mozilla Developer Network
Free Code Camp
Pair Programming
Node.js
AngularJS
MongoDB
SQL
Code
Learn to Code
non-profits
full stack
coding bootcamp
software engineer
open source
Software
Data
System
Technology
Web Development
Javascript