Labs/Jetpack/JEP/22: Difference between revisions

Line 32: Line 32:
dump(bookmarks.length) // 3
dump(bookmarks.length) // 3


bookmarks[2].delete()
bookmarks[2].remove()


bookmarks[1].title = "Groucho, we hardly knew ye!"
bookmarks[1].title = "Groucho, we hardly knew ye!"
564

edits